/RealWordExample_DecoratorDesignPattern

Decorator is a real world example for Design Pattern. Hope it will be useful to those who are interested

Primary LanguageC#

--> Decorator Design Pattern Summary <--

  • Attach additional responsibilities to an object dynamically.
  • Decorators provide a flexible alternative to subclassing for extending functionality.