Answer Posted / b.varalakshmi
c is structured language whreas c++ is object oriented
language.
in c language overloading and operator overloading is not
possible where as in c++ it is possible.
in c++ data abstraction is possible. whereas in c it it not
possible.
in c++ we can do nesting,inheritance which is not possible
in c.
objects and classes are present in c++ not in c.
| Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
What is abstraction encapsulation?
What is the real time example of inheritance?
class type to basic type conversion
Why is polymorphism important in oop?
can we make game by using c
What exactly is polymorphism?
What is overloading in oop?
Can enum be null?
What does it mean when someone says I oop?
c++ program to swap the objects of two different classes
What is encapsulation with example?
What is the types of inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is coupling in oops?
What language is oop?