what is mean by design pattern
Answers were Sorted based on User's Feedback
Answer / mahesh
to provide a solution for a recurring problem in a great
object oriented system.
design pattern describes the problem which occur over and
over again in our environment and then describes the core of
the solution to that problem in a such way we can use that
solution in a million times over without doing it the same
way twice.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / madhava
design is a order how to develop designs in a specific order
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / vikas radadia
order how to develop designs in a specific order
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mahesh
to provide a solution for a recurring problem in a great
object oriented system.
design pattern describes the problem which occur over and
over again in our environment and then describes the core of
the solution to that problem in a such way we can use that
solution in a million times over without doing it the same
way twice.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is single inheritance?
How to call a non virtual function in the derived class by using base class pointer
What is the example of polymorphism?
Why is there no multiple inheritance?
Why is oop better than procedural?
What is polymorphism what is it for and how is it used?
what is difference between class template and template class?
sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....
How to improve object oriented design skills?
Name a typical usage of polymorphism
What is the real time example of encapsulation?
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance