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 are oops methods?
What is the purpose of enum?
How do you define social class?
What is data binding in oops?
program for insertion ,deletion,sorting in double link list
What do you mean by variable?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Where is pseudocode used?
Which is better struts or spring?
What are main features of oop?
What is abstraction in oops with example?
What are the benefits of interface?
c++ program to swap the objects of two different classes
What is the real life example of polymorphism?