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 Help Members By Posting Answers For Below Questions

List the types of polymorphism in c++?

838


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

927


What is polymorphism in c++? Explain with an example?

789


What is meant by the term name mangling in c++?

716


Why do we need pointers?

753


What is lambda in c++?

883


Explain the differences between private, public and protected and give examples.

771


What is a base class?

803


What is the use of :: operator in c++?

813


Write about the role of c++ in the tradeoff of safety vs. Usability?

799


what are the characteristics of Class Members in C++?

807


What is virtual methods?

878


What are compilers in c++?

831


What things would you remember while making an interface?

763


What is a dynamic binding in c++?

704