0 votes
in Design Patterns by

Q.What is Design Patterns and why anyone should use them?

1 Answer

0 votes
by

Design patterns are a well-described solution to the most commonly encountered problems which occur during software development.

Design pattern represents the best practices evolved over a period of time by experienced software developers. They promote reusability which leads to a more robust and maintainable code.

...