what is the main difference between c and c++?
Answer Posted / k.r.sukumar
The main difference between c and c++ is that " C is a
structured programming language while C++ is an object
programming language and also we have templates in C++ that
is not the case in C
| Is This Answer Correct ? | 946 Yes | 139 No |
Post New Answer View All Answers
What are the three main types of variables?
What exactly is polymorphism?
What is polymorphism what are the different types of polymorphism?
What is multilevel inheritance in oop?
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?
Why do we use polymorphism in oops?
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 overriding in oop?
What is debug class?what is trace class? What differences are between them? With examples.
What is the main feature of oop?
Can enum be null?
Prepare me a program for the animation of train
Is enum a class?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Why do pointers exist?