Java Design Patterns Question:
Download Job Interview Questions and Answers PDF
What is a software design pattern?
Answer:
A reusable software design solution in general for the problems that are recurrently occuring. Design pattern is not a solution but a description for how to solve a problem in different situations. OOP design patterns establishes the relationships between classes or objects. Design patterns are specifically dealt with problem solving at the software design level.
Download Java Patterns Interview Questions And Answers
PDF