What are advantages and disadvantages of Design patterns?
Answer Posted / reejusri
Benefits:
1. enable large scale reuse of S/W
2. Helps in improve developer communication
3. capture expert knowledge and design trade-offs and make
expertise widely available
Drawbacks:
1.Do not lead to direct code reuse
2. Complex in nature
3. they are deceptivrly simple
4. they are validated by experince and discussion
| Is This Answer Correct ? | 146 Yes | 35 No |
Post New Answer View All Answers
What is a node class in c++?
What is the purpose of ios::basefield in the following statement?
Will a catch statement catch a derived exception if it is looking for the base class?
Can you write a function similar to printf()?
What kind of jobs can I get with c++?
Can java be faster than c++?
Define upcasting.
What are smart pointers?
What is ctime c++?
How to access a variable of the structure?
Difference between delete and free.
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
Does a derived class inherit or doesn't inherit?
What are the methods of exporting a function from a dll?
What new()is different from malloc()?