Friday, May 19, 2017

Structural Design Pattern

  • Structural design patterns are concerned with how classes and objects can be composed, to form larger structures.
  • The structural design patterns “simplifies the structure by identifying the relationships”.
  • These patterns focus on, how the classes inherit from each other and how they are composed from other classes.
  • There are 7 types of structural pattern:
1.       Adapter Pattern
2.       Bridge Pattern
3.       Composite Pattern
4.       Decorator Pattern
5.       Facade Pattern
6.       Flyweight Pattern
7.       Proxy Pattern

No comments:

Post a Comment