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 do you know about near, far and huge pointer?
What is basic if statement syntax?
What is pair in c++?
What is data structure in c++?
Why is c++ is better than c?
Explain how we implement exception handling in c++?
What does std :: flush do?
Show the declaration for a static function pointer.
Should the member functions which are made public in the base class be hidden?
What are single and multiple inheritances in c++?
What are the classes in c++?
When do we run a shell in the unix system? How will you tell which shell you are running?