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 |
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
write a c++ code of diagonal matrix.
can we make game by using c
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is overriding vs overloading?
explain defference between structure and class with example
Which method cannot be overridden?
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
tell about copy constructor
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What does I oop mean?