Dezign Patterns
Decorator Design Pattern
The Decorator Pattern allows you to dynamically add behavior to an object without affecting the behavior of other objects from the same class.
The Decorator Pattern allows you to dynamically add behavior to an object without affecting the behavior of other objects from the same class.