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
Can you sort a set c++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Explain what you mean by a pointer.
What are move semantics?
Differentiate between late binding and early binding. What are the advantages of early binding?
Please explain the reference variable in c++?
What is the use of endl in c++?
What is overloading unary operator?
What is the purpose of ios::basefield in the following statement?
What is c++ try block?
what are the iterator and generic algorithms.
What is virtual destructor ans explain its use?
Is it possible to use a new for the reallocation of pointers ?
What do you mean by public protected and private in c++?
What are c++ files?