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 |
Is java 11 paid version?
Which graphs are functions?
What are the two types of streams offered by java 8?
Define an abstract class with reference to java.
How to create an interface?
how to call one program .class file in another program
What are the Static and Dynamic Variables? Differentiate them.
What are memory tables?
How can you generate random numbers in java?
Can a constructor be made final?
Are nested try statements are possible?
Can java inner class be static?