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 are structs in c++?
What is buffering in c++?
What are the main features of c++?
What are the four main data types?
Is c++ the best programming language?
Difference between a homogeneous and a heterogeneous container
Is java a c++?
Can a program run without main function?
What is late binding c++?
What is linked list in c++?
How can a struct in c++ differs from a struct in c?
What is a template in c++?
How does code-bloating occur in c++?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?