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 are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is the latest version on c++?
How many types of classes are there in c++?
Can a class be static in c++?
Is c++ free?
What is c++ runtime?
What is a class definition?
What are the types of pointer?
What are c++ variables?
Explain terminate() function?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Comment on local and global scope of a variable.
What is virtual base class uses?
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What are the basics of local (auto) objects?