Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 175 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 175 Bytes

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