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
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
Why iomanip is used in c++?
Which software is best for c++ programming?
Is c++ a software?
Can comments be longer than one line?
Which is not a valid keyword a) public b) protected c) guarded
What is size_type?
What is the use of endl in c++?
What's the hardest coding language?
Define private, protected and public access control.
How do I tokenize a string in c++?
What is c++ good for?
Which operator cannot be overloaded c++?
Define a pointer to a data member of the type pointer to pointer?
Is c++ a float?