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
What is protected inheritance?
Why is c++ considered difficult?
What are the various operations performed on stack?
What is c++ coding?
What are the c++ access specifiers?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is the full form nasa?
What is a hashmap c++?
What are c++ tokens?
Define whitespace in C++.
Explain selection sorting?
Describe private, protected and public?
How do you flush std cout?
Explain one-definition rule (odr).
How many keywords are used in c++?