Mid GoF Patterns

Component (ICoffee):?

  • This is the base interface that defines the common methods for the Cost()

and Description() that every coffee component will implement.

public interface ICoffee

double Cost();

string Description();

More from Design Patterns in C#

All questions for this course