Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 223 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 223 Bytes

Decorator

The Decorator pattern allows you to attach new behaviours to an object at run time. This is done by wrapping the object to which you wish to add some behaviour inside a wrapper object containing that behaviour.