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
What is meant by multiple inheritance?
hi all..i want to know oops concepts clearly can any1 explain??
what's the basic's in dot net
What is meant by oops concept?
Why is polymorphism important in oop?
What is abstraction encapsulation?
What is new keyword in oops?
What are two types of polymorphism?
What is byval and byref? What are differences between them?
to find out the minimum of two integer number of two different classes using friend function
What are different oops concepts?
Can static class have constructor?
What is destructor give example?
why reinterpret cast is considered dangerous?
Why is oop useful?