Design Patterns Structural

1 min. read

Design Patterns - Structural Patterns

Structural patterns explain how to assemble objects and classes into larger structures while keeping these structures flexible and efficient.

Facade Pattern

Decorator Pattern

Composite Pattern

Unity is built on the Composite pattern

Adaptor Pattern

Flyweight Pattern

Proxy Pattern