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 |
Can we have inheritance without polymorphism?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is debug class?what is trace class? What differences are between them? With examples.
What are the 5 oop principles?
What is the advantage of oop over procedural language?
What are oops methods?
Can a varargs method be overloaded?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
what is difference between objects and function
What is abstraction oop?
what is the difference between <stdio.h>and "stdio.h"?
Can you name some types of inheritance?