what is the main difference between c and c++?
Answer Posted / madhavi nallapu
c is procedure oriented language and c++ is a object
oriented language.. and in c we can acheive the reusability
concept by implementing inheritance concept.. and all the
features of oops are supported by c++ where as not by c...
c++ is an advanced version of c because it supports all the
features of c and also some new features....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is polymorphism and its types?
What is abstraction oop?
What is encapsulation with real life example?
What is encapsulation and abstraction? How are they implemented in C++?
How do you use inheritance in unity?
What is object in oops?
What is protected in oop?
What does oop mean in snapchat?
What is a superclass in oop?
Why we use classes in oop?
How to call a non virtual function in the derived class by using base class pointer
What is multilevel inheritance in oop?
hi all..i want to know oops concepts clearly can any1 explain??
What is destructor give example?