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 is coupling in oops?

596


Why do we use oop?

605


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?

2755


What is polymorphism give a real life example?

560


What is the difference between inheritance and polymorphism?

590






What causes polymorphism?

576


What is abstract class in oop?

533


write a program to find 2^n+1 ?

1549


What is object in oop with example?

700


What is object and class in oops?

588


What is the difference between a constructor and a destructor?

613


write string class as your own class in java without using any built-in function

1976


What is property in oops?

568


What is polymorphism programming?

604


What is encapsulation process?

580