Tuesday, October 16, 2012

Structural Design Patterns

Structural Patterns

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


  • Façade:-A single class that represents an entire subsystem.



  • Proxy

Proxy fundamentally is a class functioning as in interface which points towards the actual class which has data

No comments:

Post a Comment