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

WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE

2 Answers  


What is the difference between encapsulation and polymorphism?

0 Answers  


What does I oop mean?

0 Answers  


What does and I oop and sksksk mean?

0 Answers  


What are objects in oop?

0 Answers  






what is the advantage in software? what is the difference between the software developer and Engineer

1 Answers  


What is the different between Applet and Application?

2 Answers  


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


How to calculate the age from the date of birth by using the program?

2 Answers   Accenture,


write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?

2 Answers   IBMS, Zycus Infotech,


what is function overloading..?

4 Answers  


What are the different forms of polymorphism??

8 Answers   Mantaq, NUC, PCS,


Categories