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
List the types of polymorphism in c++?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is polymorphism in c++? Explain with an example?
What is meant by the term name mangling in c++?
Why do we need pointers?
What is lambda in c++?
Explain the differences between private, public and protected and give examples.
What is a base class?
What is the use of :: operator in c++?
Write about the role of c++ in the tradeoff of safety vs. Usability?
what are the characteristics of Class Members in C++?
What is virtual methods?
What are compilers in c++?
What things would you remember while making an interface?
What is a dynamic binding in c++?