what are the disadvantages of C++?
Answer Posted / sonia
it is suitable for large and complex programs only not for
small programs and also dynamic binding is the major
disadvantage if c++.it is very difficult to understand flow
of control during execution of complex programs.dangling
pointer is another situation which can give wrong output.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Which is better struts or spring?
Why do we use class in oops?
Can main method override?
What is debug class?what is trace class? What differences are between them? With examples.
Get me an image implementation program.
What is class in oop with example?
c++ program to swap the objects of two different classes
Why is oop better than procedural?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the point of oop?
Why do we use inheritance?
what is the sylabus for priliminaries?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is meant by oops concept?
How does polymorphism work?