Mid GoF Patterns

Proxy Initialization:?

  • The client interacts with the proxy (ProxyImage), which implements the

same interface (IImage) as the real subject (RealImage).

More from Design Patterns in C#

All questions for this course