Structural pattern: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 6:
 
* [[Adapter pattern]]: 'adapts' one interface for a class into one that a client expects
* [[AggregationAggregate pattern]]: a version of the [[Composite pattern]] with methods for aggregation of children
* [[Bridge pattern]]: decouple an abstraction from its implementation so that the two can vary independently
* [[Composite pattern]]: a tree structure of objects were every object has the same interface