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
Comment on local and global scope of a variable.
What is a manipulator in c++?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
Explain about templates of C++.
How do I use arrays in c++?
What are static and dynamic type checking?
What do you mean by function and operator overloading in c++?
What is the main function c++?
What is ios class in c++?
What is static function? Explain with an example
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
How do I get good at c++ programming?
What is a friend function in c++?
What is a c++ map?
Why are pointers used?