Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 161 Bytes

File metadata and controls

3 lines (2 loc) · 161 Bytes

Decorator

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