Structural Patterns
Last updated
Was this helpful?
Last updated
Was this helpful?
Structural patterns are to ease the design by identifying a simple way to realize relationships between entities.
Match interfaces of different classes
A tree structure of simple and composite objects
An object representing another object
A fine-grained instance used for efficient sharing
A single class that represents an entire subsystem
Separates an object's interface from its implementation
Add responsibilities to objects dynamically
Restricts accessor/mutator access