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
Please explain class & object in c++?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What is a static member?
What is constructor c++?
Why do we need function?
State the difference between delete and delete[].
What is the difference between map and hashmap in c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is struct c++?
Can manipulators fall in love?
Explain mutable storage class specifier.
Write about c++ storage classes?
Should I learn c or c++ or c#?
What happens when you make call 'delete this;'?
What is a friend function in c++?