The Decorator allows you to modify an object dynamically. You would use it when you want the capabilities of inheritance with subclasses, but you need to add functionality at run time.
78 views
1
0
9 years ago 00:12:58 78
Decorator Design Pattern
6 years ago 00:04:57 114
Design Patterns #6 - Decorator (Декоратор)
9 years ago 00:51:54 9
[JuJa] [Design Patterns] Decorator
6 years ago 00:14:05 20
Go Design Patterns - The Decorator Pattern - Part One