Mid GoF Patterns

Subject Interface (IImage):?

Follow:

  • This is the common interface that both the real object (RealImage) and the proxy

object (ProxyImage) implement. It defines the method Display() that both

concrete classes must implement.

public interface IImage

void Display();

More from Design Patterns in C#

All questions for this course