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


Please Help Members By Posting Answers For Below Questions

if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

2764


What is difference between data abstraction and encapsulation?

620


How do you define a class in oop?

630


Why do we use encapsulation in oops?

529


Can destructor be overloaded?

601






What is super in oop?

600


What is meant by multiple inheritance?

742


Why is polymorphism needed?

605


What is polymorphism what is it for and how is it used?

576


What do you mean by abstraction?

619


What is difference between polymorphism and inheritance?

621


What is data binding in oops?

589


What is abstraction oop?

626


what are the realtime excercises in C++?

2337


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1411