Structural Design Pattern deals with assembling of objects and classes in to larger larger structures while keeping these structures flexible and efficient.
Following are the Structural Design Patterns:
Following are the Structural Design Patterns:
- Adapter
- Bridge
- Composite
- Decorator
- Facade
- FlyWeight
- Proxy
Comments
Post a Comment