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

When should I use unitbuf flag?

570


What are manipulators in c++ with example?

567


What does floor mean in c++?

568


Write a program to concatenate two strings.

571


To which numbering system can the binary number 1101100100111100 be easily converted to?

592






What is the header file for setw?

561


What is a node class in c++?

636


What is ios flag in c++?

667


Is c++ an integer?

564


What is scope operator in c++?

552


Which is the best c++ compiler?

577


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

816


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2522


What are maps in c++?

488


Why use of template is better than a base class?

633