what is the main difference between c and c++?
Answer Posted / shailesh bahuguna(kec)
basically c does not support the object oriented features
that means we cannot relate the real world entities together
which can be expressed through C++ which is the extention of
c with OOPs concepts
there are many syntactic differences as well in c and c++.
C++ can be viewed as the revolution in the field of object
oriented programming paridigm.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is the purpose of polymorphism?
What type of loop is a for loop?
Why do we use class in oops?
What are the types of abstraction?
What is interface? When and where is it used?
Is abstract thinking intelligence?
Is this job good for future? can do this job post grduate student?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
How do you explain polymorphism?
What is difference between abstraction and encapsulation?
How to hide the base class functionality in Inheritance?
What is class in oop with example?
Prepare me a program for the animation of train
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Which type does string inherit from?