Mid GoF Patterns

Target Interface:?

  • The ITarget interface defines the expected interface that the client will use.

It has a method Request() that the client expects to call.

public interface ITarget

void Request();

More from Design Patterns in C#

All questions for this course