What is design pattern and there types?
Answer Posted / 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 |
Post New Answer View All Answers
What is main in java?
Why is string class considered immutable?
When should you make a function static?
What is java util hashmap?
What is the difference between double and float variables in java?
What is the maximum size of byte array in java?
What is the use of using enum to declare a constant?
What is the difference between an argument and a parameter?
which class is the wait() method defined in? : Java thread
Is it possible to instantiate the abstract class?
What is the meaning of variable in research?
Can we override constructors?
List two java ide’s?
What is tree in java?
How do you define a parameter?