Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 214 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 214 Bytes

Structural Patterns

Structural patterns address with the composition of classes, i.e. how the classes are made up or constructed.

  • Adapter
  • Bridge
  • Composite
  • Decorator
  • Facade
  • Flyweight
  • Proxy