what is the main difference between c and c++?
Answer Posted / arpit singhal
c is a procedure language when c++ is a oop's based language
c++ is a superset of c.
The most important facility that c++ adds on to c are
classes, inheritance, function overloading and operator
overloading.
In c++ we can make the more secure program rather then c.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is inheritance write a program to show use of inheritance?
What is class and object with example?
What is constructor overloading in oop?
What is cohesion in oop?
Why oops is important?
What makes a language oop?
What is difference between data abstraction and encapsulation?
How do you explain polymorphism?
Why is abstraction needed?
What is interface in oop?
Can bst contain duplicates?
c++ program to swap the objects of two different classes
What is difference between inheritance and polymorphism?
Is abstract thinking intelligence?
What is solid in oops?