Mid GoF Patterns

Component Interface (ICoffee):?

  • ICoffee defines the basic methods that any coffee type must implement.

This allows the decorators to work with any class that implements this

interface, providing flexibility to decorate any coffee object.

More from Design Patterns in C#

All questions for this course