what is the main difference between c and c++?
Answer Posted / rajiv ranjan
c is low level language while c++ is sn high level language.
c++ is an extension of c language this means that you can
use not only the new features of c++ but can also use the c
programing on that. c++ is an object oriented while c is an
program oriented in whiC++ is object oriented language and
c is objecc does not support the c++ programme but c++
support the c
program.
t based.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is destructor give example?
What is constructor overloading in oop?
Who invented oop?
When not to use object oriented programming?
What is encapsulation in oop?
What is object in oops?
Is data hiding and abstraction same?
Why is oop useful?
Why do we use class in oops?
What is class and object with example?
How do you answer polymorphism?
What is a class in oop?
What are the two different types of polymorphism?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is debug class?what is trace class? What differences are between them? With examples.