what are the disadvantages of C++?
Answer Posted / ranjan
it's not pure object oriented programming language. Because
c++ doesn't support for garbage collection...Which is a
disadvantage of C++. Which is overcome by java.
| Is This Answer Correct ? | 129 Yes | 49 No |
Post New Answer View All Answers
What is polymorphism and why is it important?
What is the difference between abstraction and polymorphism?
What are the 5 oop principles?
Why is destructor used?
What is abstraction with example?
What is encapsulation selenium?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
How to use CMutex, CSemaphore in VC++ MFC
What is balance factor?
What do you mean by variable?
What is difference between data abstraction and encapsulation?
What is difference between oop and pop?
What is new keyword in oops?
What is polymorphism and its types?
What is overriding vs overloading?