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
Is there any function that can skip certain number of characters present in the input stream?
How do you remove an element from a set in c++?
What are the 3 levels of programming languages?
Why namespace is used in c++?
How do we implement inheritance in c++?
What are static and dynamic type checking?
Should the this pointer can be used in the constructor?
Define upcasting.
What is array in c++ example?
Which one between if-else and switch is more efficient?
What are c++ data types?
What are stacks? Give an example where they are useful.
What is the output of the following program? Why?
What is a tuple c++?
How would perform Pattern Matching in C++?