What is design pattern ?
Answers were Sorted based on User's Feedback
Answer / e-mail
A design pattern is a general reusable solution to a
commonly occurring problem in software design. A design
pattern is not a finished design that can be transformed
directly into code. It is a description or template for how
to solve a problem that can be used in many different
situations. Object-oriented design patterns typically show
relationships and interactions between classes or objects,
without specifying the final application classes or objects
that are involved.
Design patterns reside in the domain of modules and
interconnections. At a higher level there are Architectural
patterns that are larger in scope, usually describing an
overall pattern followed by an entire system.
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / zerozero
Design Patterns are intended to provide solutions to
recurring design problems.
Design Patterns play a major role in the design of complex
systems using Object Oriented methods.
Patterns help designers to decompose the system into set
of co-operating objects instead of decomposing objects and
trying to find relationships between them.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / pathirakali.kali
design pattern is defined as the data pattern operation of
the machine design pattern is knows design pattern.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is single tone design pattern in java?
How did you design your unit tests?What about integration tests?
What are sequence diagrams, collaboration diagrams and difference between them ?
8 Answers ACET, CT, CTS, Infosys,
Is oop a design pattern?
When to Use a Factory Pattern?
What is the prototype design pattern?
What are the differences between the design patterns and the framework?
What are the different types of Design Patterns and Explain them?
3 Answers Genpact, Gradatim, Gul Ahmed, TCS, Wipro,
What is the difference between adapter and facade?
When should design patterns be used?
What are the disadvantages of singleton pattern?
What is difference between GoF and J2EE patterns?