what are the disadvantages of C++?

Answers were Sorted based on User's Feedback



what are the disadvantages of C++?..

Answer / dinesh

c++ is not pure object oriented and it is platform dependent
and doesn't support GUI

Is This Answer Correct ?    0 Yes 7 No

what are the disadvantages of C++?..

Answer / jelve

c++ is so hard to use. hard coded pl and hard to build
graphical user interface.

Is This Answer Correct ?    16 Yes 28 No

what are the disadvantages of C++?..

Answer / sarath

c++ is not pure object oriented.
c++ supports pointers that's why there is no security for data
c++ is platform dependent.

Is This Answer Correct ?    13 Yes 28 No

what are the disadvantages of C++?..

Answer / priya

It does not supprt ENCAPSULATION property of OOP's concept.
Because main method is present in outside of the class.

Is This Answer Correct ?    17 Yes 44 No

what are the disadvantages of C++?..

Answer / safe

1)it is partially support oop's concept.
2) not support dynamic memory allocation.
3) not support dynamic binding.

Is This Answer Correct ?    24 Yes 84 No

Post New Answer

More OOPS Interview Questions

write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory

0 Answers  


What is the important feature of inheritance?

0 Answers   BPL,


How to call a non virtual function in the derived class by using base class pointer

3 Answers   HCL,


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }

1 Answers  


What is the difference between Home and $Home?

2 Answers   TCS,






What is the full form of oops?

0 Answers  


Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?

4 Answers   EA Electronic Arts,


What polymorphism means?

0 Answers  


What is interface in oop?

0 Answers  


diff between Virtual mathod and abstract method?

1 Answers  


what is difference between c++ language and java language

5 Answers  


What is the difference between the C & C++?

9 Answers   HCL,


Categories