design-patterns/structural/README.md
2020-09-27 15:45:21 +02:00

10 lines
360 B
Markdown

# Structural Patterns
Structural patterns explain how to assemble objects and classes into larger structures while keeping these structures flexible and efficient.
- [Adapter](adapter/README.md)
- [Bridge](bridge/README.md)
- [Composite](composite/README.md)
- [Decorator](decorator/README.md)
- [Facade](facade/README.md)
- [Flyweight](flyweight/README.md)