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
is there any choice in opting subjects like 4 out of 7
What is overloading in oop?
What is difference between abstraction and encapsulation?
what is different between oops and c++
What are the features of oop?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< can inline function declare in private part of class? State what is encapsulation and friend function? What is the important feature of inheritance? Write a C++ program without using any loop (if, for, while
etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not
use 200 print statements!!!) What is polymorphism oop? Which language is pure oop? Why do we use encapsulation in oops? What is abstraction in oops? Can we define a class within the interface?