What are advantages and disadvantages of Design patterns?

Answer Posted / shashikant

Design patterns help overcome this problem because they teach the lessons distilled from experience by experts: patterns document expertise. Further, patterns not only describe how software is structured, but more importantly, they also describe how classes and objects interact, especially at run time. Taking these interactions and their consequences explicitly into account leads to more flexible and reusable software.

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by ‘void’ return type?

583


What is vector string in c++?

552


Is it possible to pass an object of the same class in place of object reference to the copy constructor?

545


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

788


What is operator overloading in c++ example?

620






Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

3008


What apps are written in c++?

576


If dog is a friend of boy, is boy a friend of dog?

546


Are there any special rules about inlining?

554


What are the extraction and insertion operators in c++?

537


How do you clear a buffer in c++?

513


What is a flag in c++?

579


Is java based off c++?

507


Explain "const" reference arguments in function?

588


What is ifstream c++?

535