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


Please Help Members By Posting Answers For Below Questions

What are benefits of oop?

623


How Do you Code Composition and Aggregation in C++ ?

24183


What are the benefits of interface?

569


Why oops is important?

597


What is polymorphism and why is it important?

548






Which is better struts or spring?

608


What is purpose of inheritance?

634


Describe these concepts: Polymorphism, Inheritance and Abstraction.

599


What is for loop and its syntax?

590


What is the significance of classes in oop?

581


Why do we need oop?

652


write a program that takes input in digits and display the result in words from 1 to 1000

1974


What is encapsulation in ict?

591


What is the difference between a constructor and a destructor?

599


Which language is pure oop?

541