Mid GoF Patterns

Lazy Loading:?

  • The proxy controls access to the real object, initializing it only when needed.

This is known as lazy loading. For example, the large image is only loaded

when the client requests it for the first time.

More from Design Patterns in C#

All questions for this course