Answer Posted / shweta kapatkar
c is the structured oriented language &
c++ is the object oriented language
this is the main difference in c & c++ other than
1.c uses a TOP DOWN approach and c++ BOTTOM UP approach
2.In c++ we can do nesting,inheritance which is not
possible in c. & many more
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How Do you Code Composition and Aggregation in C++ ?
Can abstract class have normal methods?
What is polymorphism and example?
What are properties in oop?
What does enum stand for?
Explain the advantages of inheritance.
Can we define a class within the interface?
What is persistence in oop?
write a C++ program for booking using constructor and destructor.
What is the difference between a mixin and inheritance?
c++ program to swap the objects of two different classes
What are oops functions?
What are classes oop?
What is pure oop?
What are the components of marker interface?