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 Is a Polymorphism? How many types of polymorphism and whats that use in application?
Write a program to reverse a string using recursive function?
how much classes are used in c++
What is virtual constructors/destructors?
how does a main() in C++ is different from main() in C?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
What is the problem with multiple inheritance?
Please send ford technologies placement paper 2 my mail id
diff between Abstract class Interfaces?
what is the drawback of classical methods in oops?
What are the two different types of polymorphism?