what are the disadvantages of C++?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
what uses of c++ language?
what is virtual function in c++
how to write a java program for an output ****0 ***01 **012 *0123 01234
when my application exe is running nad i don't want to create another exe what should i do
When is it necessary to use member-wise initialization list in C++?
what is overloading
The expansion of GNU
What is pointer in oop?
What is the highest level of cohesion?
where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
Please send ford technologies placement paper 2 my mail id
What do you mean by public, private, protected and friendly?