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
How do you use inheritance in unity?
can we make game by using c
What is multilevel inheritance in oop?
Why it is called runtime polymorphism?
program for insertion ,deletion,sorting in double link list
Plese get me a perfect C++ program for railway/airway reservation with all details.
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why is oop useful?
Can a varargs method be overloaded?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is difference between multiple inheritance and multilevel inheritance?
What is object-oriented programming? Webopedia definition
What is difference between abstraction and encapsulation?
How does polymorphism work?
c++ program to swap the objects of two different classes