what is the main difference between c and c++?
Answer Posted / bajrang asthana
the basic diff which we need to understand about C and C++.
c emphasis on procedure means what we want to do and how. But in c++ we emphasis on data rather than procedure. difference
should be clear c is developed when we were not give attention
on data.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the types of inheritance?
What is multilevel inheritance in oop?
Why interface is used?
Can an interface inherit a class?
Where is pseudocode used?
What does and I oop mean?
What is a function in oop?
What is the purpose of enum?
What is variable example?
Why do we use polymorphism?
What is this pointer in oop?
What is the significance of classes in oop?
Why multiple inheritance is not allowed?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is purpose of inheritance?