What is a software design pattern?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Java Patterns Job Interview Questions And Answers