what is the main difference between c and c++?
Answer Posted / pavankumarreddy
c is an object based language where as c++ is an object
oriendted languague. c doesnot supports oops concept,c++
supports oops.
in c there is no cocept of operator overloading, where as
it is in c++.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is object-oriented programming? Webopedia definition
What is the example of polymorphism?
What is oops concept with example?
Why do we use encapsulation in oops?
Who invented oop?
what are the realtime excercises in C++?
What are two types of polymorphism?
What are main features of oop?
What is meant by oops concept?
What is abstraction and encapsulation?
what is graphics
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?
Why is destructor used?
How Do you Code Composition and Aggregation in C++ ?
Why do we need oop?