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
State what is encapsulation and friend function?
What is difference between inheritance and polymorphism?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is difference between data abstraction and encapsulation?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is a class and object?
What is a class oop?
What is the point of polymorphism?
What is the purpose of polymorphism?
what is the sylabus for priliminaries?
What is debug class?what is trace class? What differences are between them? With examples.
What is difference between pop and oop?
Which language is not a true object oriented programming language?
How do you achieve polymorphism?