Software Architecture · Design Patterns
What is Decorator pattern in Design Patterns?
Decorator adds behavior around an existing abstraction without modifying the wrapped implementation.
Decorator adds behavior around an existing abstraction without modifying the wrapped implementation.