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
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
How do you answer polymorphism?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is abstraction encapsulation?
What is encapsulation with example?
How is class defined?
Can abstract class have normal methods?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What does oop mean in snapchat?
What is abstraction with example?
What is and I oop mean?
What is class and object with example?
What is oops and why we use oops?