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
What is class and object with example?
What is difference between data abstraction and encapsulation?
What is the difference between a mixin and inheritance?
What is meant by oops concept?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What are the important components of cohesion?
What is the fundamental idea of oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
Why oops is important?
What is encapsulation selenium?
Is enum a class?
What is the types of inheritance?
What is encapsulation with example?
What do you mean by Encapsulation?
write knight tour problem which is present in datastructure