Please enable JavaScript.
Coggle requires JavaScript to display documents.
8 GoF Design Pattern - Coggle Diagram
8 GoF Design Pattern
-
-
Builder: Lego Master - Builds objects step by step, keeping creation and appearance separate
-
-
-
-
-
-
Facade: One-Stop-Shop - Represents a whole system with a single, simplified interface
Flyweight: Space Saver - Shares small, reusable items efficiently
Proxy: Stand-In Actor - Represents another object, controlling access or actions
-
Command: Task Wrapper - Turns a request into an object, ready for action
-
-
-
-