Content deleted Content added
No edit summary |
added Aggregation pattern |
||
Line 6:
* [[Adapter pattern]]: 'adapts' one interface for a class into one that a client expects
* [[Aggregation 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
|