What is design pattern ? use ?

Showing Answers 1 - 5 of 5 Answers

Cos

  • Oct 28th, 2005
 

A design pattern describes a recurring desing problem and a core solution to it. A design pattern has 4 essential elements: a name, the problem, the solution and consequences. Design patterns can be grouped in 3 major categories: creational, structural, and behavioural.

  Was this answer useful?  Yes

design patterns codify and provide developers with a way to recognize common useful techniques.

with design patterns , it's important to understand the types of situation that each pattern addresses.
A design pattern is a design solution to a software problem that occurs within a specific, recurring set of situations.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions