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
How Do you Code Composition and Aggregation in C++ ?
What is constructor overloading in oop?
Why do we use class?
What is class and object in oops?
Plese get me a perfect C++ program for railway/airway reservation with all details.
Is abstract thinking intelligence?
when to use 'mutable' keyword and when to use 'const cast' in c++
What is coupling in oop?
What does oop mean in snapchat?
What are main features of oop?
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?
What is object in oop with example?
Is data hiding and abstraction same?
What is difference between abstraction and encapsulation?
How to use CMutex, CSemaphore in VC++ MFC