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 the difference between a choice and a list?
Why is serialization required?
How to access arraylist elements in java?
What are inbuilt functions in java?
Does apple use java?
What is difference between char array and string?
What are the steps that are followed when two computers connect through tcp?
What is the use of put method?
What is a Presistent Object?
What are the topics in advance java?
What is string and its types?
What state is a thread in when it is executing?
What is mutable object and immutable object?
How does singleton class work?
What is parseint?