what are the disadvantages of C++?
Answer Posted / thananjayan
C++ Disadvantages:
1.It doesn't support to create GUI oriented S/W easily
2.It can't run all the PLATFORM(WINDOWS,UNIX,etc.)
3.It create .OBJ format,when it compiling so easy to HACKING
4.Storage of our application is so poor,bcoz it having file
concept only not DATABASE
5.Poor in Multitasking
| Is This Answer Correct ? | 54 Yes | 25 No |
Post New Answer View All Answers
What are functions in oop?
What is difference between polymorphism and inheritance?
What does <> mean pseudocode?
Write a program to sort the number with different sorts in one program ??
How long to learn object oriented programming?
Which is not an object oriented programming language?
Why polymorphism is used in oops?
write string class as your own class in java without using any built-in function
What is class and object with example?
What is the difference between abstraction and polymorphism?
Why is there no multiple inheritance?
What is a superclass in oop?
What is the problem with multiple inheritance?
Are polymorphisms mutations?
What is class and example?