What are advantages and disadvantages of Design patterns?
Answer Posted / venkatesh
An additional disadvantage is :
1> They consume more memory because of generalised format
they are written, to store any kind of data .
| Is This Answer Correct ? | 24 Yes | 46 No |
Post New Answer View All Answers
What are formatting flags in ios class?
What is stack unwinding?
Difference between Abstraction and encapsulation in C++?
What is function declaration in c++ with example?
Explain the difference between static and dynamic binding of functions?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What are static and dynamic type checking?
What is a null object in c++?
What is a v-table?
What does flush do c++?
What does ios :: app do in c++?
What is the difference between the parameter to a template and the parameter to a function?
Can you declare an array without a size in c++?
What is scope resolution operator in c++ with example?
Explain "const" reference arguments in function?