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
Which is better struts or spring?
What is meant by multiple inheritance?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Which language is not a true object oriented programming language?
What is the use of oops?
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
What is the highest level of cohesion?
Why do we use polymorphism in oops?
what is difference between class template and template class?
Why do we use oops?
How do you define social class?
How do you answer polymorphism?
What is the benefit of oop?
What is overloading in oops?
What is the main purpose of inheritance law?