what is the main difference between c and c++?

Answer Posted / akash dilwaria

c is function driven while c++ is object driven,
c++ supports function overloading while c does not ;
c is a top down approach while c++ follows bottom up approach.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you use inheritance in unity?

791


can we make game by using c

3708


What is multilevel inheritance in oop?

756


Why it is called runtime polymorphism?

778


program for insertion ,deletion,sorting in double link list

2435


Plese get me a perfect C++ program for railway/airway reservation with all details.

3651


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2199


Why is oop useful?

805


Can a varargs method be overloaded?

802


Give an example where we have to specifically use C programming language and C++ programming language cannot be used?

1375


What is difference between multiple inheritance and multilevel inheritance?

860


What is object-oriented programming? Webopedia definition

945


What is difference between abstraction and encapsulation?

800


How does polymorphism work?

855


c++ program to swap the objects of two different classes

2115