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 |
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
What is an interface in oop?
Why we use classes in oop?
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
Why do while loop is used?
What is function overloading?,describe it with the example.
what is the technical or oop name of object?
can we create and enter the data & hide files using programmes ?
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
What does oop mean in snapchat?
Polymorphism with an example?