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 is auto used for in c++?
Can a list of string be stored within a two dimensional array?
What is a manipulator in c++?
What are the two main components of c++?
What are the storage qualifiers?
Which software is best for coding?
Can you pass an array to a function in c++?
How to write a program such that it will delete itself after exectution?
What is split a string in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
What are containers in c++?