What is design pattern?

Answers were Sorted based on User's Feedback



What is design pattern?..

Answer / reejusri

Design pattern is a general repeatable solution to a
commonly occurring problem . 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 deal specifically with problems at the
level of software design.

Is This Answer Correct ?    19 Yes 0 No

What is design pattern?..

Answer / harichand tewatia

design pattern is the use of
imagination,scientificprinciple to solve the design problem.
it is not a final design.it show only size & shape of any
product

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More C++ General Interview Questions

What is the use of vtable?

0 Answers  


What are the conditions that have to be met for a condition to be an invariant of the class?

1 Answers  


What is the use of static functions?

10 Answers   Symphony,


write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement

4 Answers  


Why c++ is so important?

0 Answers  






Difference between an inspector and a mutator

0 Answers  


differance between copy & clon

1 Answers   Microsoft,


why c++ is not called strictly d super set of c?

3 Answers   Satyam,


What are the static members and static member functions?

1 Answers  


What are structs in c++?

0 Answers  


Which programming language is best to learn first?

0 Answers  


What is the use of endl?

0 Answers  


Categories