Please enable JavaScript.
Coggle requires JavaScript to display documents.
Decorator Pattern - Coggle Diagram
Decorator Pattern
-
-
-
When to use the pattern?
When we want to extend the functionality of a class without changing existing code to the underlying class AND not use inheritance
-
-