what are the disadvantages of C++?
Answer Posted / kanthi
Well, there are many. A few to mention:
* Does not provide very strong type-checking. c++ code is
easily prone to errors related to data types, their
conversions, for example, while passing arguments to
functions.
* Does not provide efficient means for garbage collection,
as already mentioned.
* No built in support for threads.
* Gets complex when u want to develop a graphics rich
application in c++
* portability of code on various platforms, etc
| Is This Answer Correct ? | 135 Yes | 20 No |
Post New Answer View All Answers
can inline function declare in private part of class?
What is polymorphism in oop example?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Explain the advantages of inheritance.
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are oops functions?
Why we use classes in oop?
What are the three main types of variables?
Why is oop useful?
What is the purpose of polymorphism?
What are objects in oop?
What is a null tree?
#include
What is the renewal class?
What is oops in simple words?