Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 285 Bytes

File metadata and controls

8 lines (6 loc) · 285 Bytes

Decorator Pattern

The Decorator Pattern attaches additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality

UML Diagram for Decorator Pattern