Design patterns helps us solve the problem we face in designing the application. It gives us many possible ways to solve a problem during object-oriented design. We can call it as a repatable solution to a commonly occuring problem.
Design patterns are categorized to following 3 groups:
1. Creational
2. Structural and
3. Behavioral.
No comments:
Post a Comment