What is design pattern and there types?
Answers were Sorted based on User's Feedback
Answer / rsn ben
Design patterns are patterns used to manage/form/construct 'objects'.According to Gang of Four book,originally 23 design patterns are there.
Examples:
Singleton,Decorator,Template method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / s swain
A design pattern is a well described solution to a common software problem.
Some of the benefits of using design patterns are:
Design Patterns are already defined and provides industry standard approach to solve a recurring problem, so it saves time Using design patterns promotes reusability It helps in reducing total cost of ownership (TCO) of the software product.it makes our code easy to understand and debug. It leads to faster development
| Is This Answer Correct ? | 0 Yes | 0 No |
What are classloaders?
What is a parent class in java?
What is regex used for?
What is the use of keywords in java?
Program to output as below formate: 1 2 3 4 5 6 7 8 9 10
Which number is denoted by leading 0x or 0x in java?
What is difference between c++ and java ?
what is the full form of java
whatis Home interface and Remoteinterface? with example?
What are the concepts of 'OOPS'?
what is difference between method overloading & method overridding with example?
What is stored procedure. How do you create stored procedure ?