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
Is html an oop?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
hi all..i want to know oops concepts clearly can any1 explain??
What is new keyword in oops?
what is difference between class template and template class?
What is object and example?
Which type does string inherit from?
to find out the minimum of two integer number of two different classes using friend function
What is the renewal class?
What are two types of polymorphism?
What is the point of oop?
What is polymorphism and why is it important?
how to get the oracle certification? send me the answer
What are oops functions?
What are the benefits of interface?