pranavq212 / DesignPatterns

0 stars 0 forks source link

Structural Patterns #2

Open pranavq212 opened 7 years ago

pranavq212 commented 7 years ago

Structural Patterns

Adapter Match interfaces of different classes Bridge Separates an object’s interface from its implementation Composite A tree structure of simple and composite objects Decorator Add responsibilities to objects dynamically Facade A single class that represents an entire subsystem Flyweight A fine-grained instance used for efficient sharing Proxy An object representing another object