what is the main difference between c and c++?
Answer Posted / ayesha
c is a procedural programming language and c++ is object oriented language.
the most important difference between c and c++ is , in c++ we can use user defined data type as basic data type.but, this can't be in c.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why multiple inheritance is not possible?
What is encapsulation process?
What is the difference between abstraction and polymorphism?
What are oops methods?
What is object in oop?
What is encapsulation with real life example?
#include
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why is there no multiple inheritance?
What is polymorphism explain?
What is overloading in oop?
What is object in oops?
Why do we use class in oops?
What exactly is polymorphism?
What is this pointer in oop?