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 do you mean by overloading?
What is an advantage of polymorphism?
What is property in oops?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What are the 4 main oop principles?
How to hide the base class functionality in Inheritance?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What are the three main types of variables?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is a class oop?
What is polymorphism give a real life example?
write string class as your own class in java without using any built-in function
What is polymorphism programming?
What is the real time example of encapsulation?
What is abstraction in oops with example?