Answer Posted / 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 |
Post New Answer View All Answers
What is c++ namespace?
Why do we use iterators?
What is the object serialization?
How the virtual functions maintain the call up?
What is the use of :: operator in c++?
What is c++ hiding?
What is the basic difference between C and C++?
Difference between an inspector and a mutator
How do you show the declaration of a virtual constructor?
What are the manipulators in c++?
What is operator overloading in c++ example?
What is an html tag?
What are the two shift operators and what are their functions?
What do you mean by global variables?
What is the difference between while and do while loop? Explain with examples.