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 a literal in c++?
What is protected inheritance?
Describe linkages and types of linkages?
What is the difference between a definition and a declaration?
What c++ is used for?
What are pointer-to-members? Explain.
Why do we use the using declaration?
Write about c++ storage classes?
What is vector string in c++?
Which of the following is evaluated first: a) && b) || c) !
Who discovered c++?
What c++ library is string in?
Can you pass a vector to a function?
What is the difference between the functions rand(), random(), srand() and randomize()?
Is c++ the hardest language?