What is design pattern?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the use of vtable?
What are the conditions that have to be met for a condition to be an invariant of the class?
What is the use of static functions?
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement
Why c++ is so important?
Difference between an inspector and a mutator
differance between copy & clon
why c++ is not called strictly d super set of c?
What are the static members and static member functions?
What are structs in c++?
Which programming language is best to learn first?
What is the use of endl?