Software Development Tricky

Wednesday 27 September 2017

What is Structural Design Pattern?

  • Structural design patterns are responsible for how classes and objects are structured.
  •  It’s mainly focus on, how the classes inherits from each other and how they are composed from other classes.
  • It’s simple way to realize relationships between different objects.

No comments:

Post a Comment

Followers