What are advantages and disadvantages of Design patterns?
Answer Posted / paul
The advantages are that design patterns are solutions to repetitive problems in object orientated programming (solutions that can be re-used over and over and applied to different areas and different problems). They are templates for you to base your solutions on.
Disadvantages are picking the correct design pattern and understanding how to implement that pattern to your scenario and knowing what to name your classes, so as to make it clearer for future programmers.
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
What are the various oops concepts in c++?
What things would you remember while making an interface?
Define namespace in c++?
What is the best book for c++ beginners?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
Is atoi safe?
what is C++ objects?
How do you print a string on the printer?
What are the classes in c++?
Ask to write virtual base class code?
What is scope resolution operator in c++ with example?
What are the three forms of cin.get() and what are their differences?
What are associate containers?
What new()is different from malloc()?
What is name hiding in c++?