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


Please Help Members By Posting Answers For Below Questions

What is abstraction example?

622


Why is object oriented programming so hard?

616


What is the types of inheritance?

604


What is polymorphism in oops?

558


What is encapsulation oop?

576






Why do we use class?

635


Can we define a class within the interface?

555


class type to basic type conversion

1839


What is polymorphism in oops with example?

531


what are the realtime excercises in C++?

2335


What are the 3 pillars of oop?

615


What is polymorphism give a real life example?

561


Do you know about multiple inheritance?

641


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1458


what is difference between class template and template class?

2157