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 does new in c++ do?
Describe linked list using C++ with an example.
If all is successful, what should main return a) 0 b) 1 c) void
Explain the purpose of the keyword volatile.
What is the basic structure of c++ program?
What is a singleton c++?
Explain Text Manipulation Routines?
What is istream c++?
Write about all the implicit member functions of a class?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is wrapper class in c++?
What does namespace mean in c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Can c++ do everything c can?