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
how to explain our contribution in the project?
What is the purpose of ios::basefield in the following statement?
Explain what you mean by a pointer.
Can we define function inside main in c++?
State the difference between pre and post increment/decrement operations.
Which software is used for c++ programming?
What is class syntax c++?
How can a called function determine the number of arguments that have been passed to it?
Should the member functions which are made public in the base class be hidden?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Explain the benefits of proper inheritance.
How do pointers work?
Explain the volatile and mutable keywords.
What is a namespace in c++?
What is the output of the following program? Why?