what is the main difference between c and c++?
Answer Posted / rokesh
very simple. C++ is actually named as C with classes.. It
makes use of classes.. thats all the difference
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is abstraction example?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is the types of inheritance?
What is protected in oop?
write a C++ program for booking using constructor and destructor.
What are main features of oop?
Can we define a class within the interface?
What is the importance of oop?
Why is object oriented programming so hard?
What is polymorphism and why is it important?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is encapsulation c#?
What are the three main types of variables?
What is persistence in oop?
What is a superclass in oop?