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 is iterator c++?
What are different types of loops in c++?
How do you compile the source code with your compiler?
Distinguish between a # include and #define.
What does it mean to declare a destructor as static?
How to access a variable of the structure?
What is Destructor in C++?
What is command line arguments in C++? What are its uses? Where we have to use this?
Define the process of error-handling in case of constructor failure?
Show the application of a dynamic array with the help of an example.
Can malloc be used in c++?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
What is lvalue?
Can we get the value of ios format flags?
What is the difference between containment and delegation?