Content deleted Content added
No edit summary |
No edit summary |
||
Line 8:
* [[Aggregate 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
* [[Container pattern]]: create objects for the sole purpose of holding other objects and managing them
* [[Decorator pattern]]: add additional fuctionality to a class at runtime where subclassing would result in an exponential rise of new classes
|