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
Keyword mean in declaration?
Is eclipse good for c++?
How do you master coding?
Define a constructor - what it is and how it might be called (2 methods)?
What is a dangling pointer in c++?
What is the latest c++ standard?
which of the following is not an secondary constant a) array b) real c) union
What is the keyword auto for?
Is c++ proprietary?
Write a function that swaps the values of two integers, using int* as the argument type?
Why do we use constructor?
What are exceptions c++?
Is it possible to have a recursive inline function in c++?
Who calls main function?
Who invented turbo c++?