Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are advantages and disadvantages of Design patterns?

Answer Posted / prits

Advantages:
A design pattern is:
•
a standard solution to a common programming problem
•
a technique for making code more flexible by making it meet
certain criteria
•
a design or implementation structure that achieves a
particular purpose
•
a high-level programming idiom
•
shorthand for describing certain aspects of program
organization
•
connections among program components
•
the shape of an object diagram or object model

DisAdvantages:
Design patterns may increase or decrease the
understandability of a design or implementation. They can
decrease understandability by adding indirection or
increasing the amount of code.

Is This Answer Correct ?    58 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..

3896


Can you write a function similar to printf()?

1190


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

1052


Differentiate between a template class and class template in c++?

1141


Which bit wise operator is suitable for checking whether a particular bit is on or off?

1083


What is virtual function? Explain with an example

1146


Why would you use pointers in c++?

1215


Why c++ is created?

1056


why is iostream::eof inside a loop condition considered wrong?

1112


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

1106


Difference between an inspector and a mutator

1390


What is microsoft c++ redistributable?

1149


How do I run a program in notepad ++?

1170


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

1135


How would you use the functions memcpy(), memset(), memmove()?

1146