what is the main difference between c and c++?
Answer Posted / sudhir
c++ high level language,c low level language.
c is the top to bottom,but c++ is bottom to top language.
c++ is object oriented language,c is procedure oriented
languagr.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
Explain the advantages of inheritance.
What is methods in oop?
What is coupling in oops?
What are the important components of cohesion?
Which is better struts or spring?
What is abstraction in oops?
#include
What is persistence in oop?
What is the difference between procedural programming and oops?
What is the difference between encapsulation and polymorphism?
What is for loop and its syntax?
How to call a non virtual function in the derived class by using base class pointer
What are the 4 pillars of oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
How is polymorphism achieved?