Structural pattern: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 7:
* [[Adapter pattern]]: 'adapts' one interface for a class into one that a client expects
* [[Bridge pattern]]: decouple an abstraction from its implementation so that the two can vary independently
* [[Composite pattern]]: a tree structure of objects were every node or leafobject has the same interface
* [[Container pattern]]
* [[Decorator pattern]]