Structural Design Patterns
suggest changeIntroduction
Structural design patterns are patterns that describe how objects and classes can be combined and form a large structure and that ease design by identifying a simple way to realize relationships between entities. There are seven structural patterns described. They are as follows: Adapter, Bridge, Composite, Decorator, Facade, Flyweight and Proxy
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents