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 makes a language oop?
What type of loop is a for loop?
Why is there no multiple 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 polymorphism and its types?
Who invented oop?
What are the 4 main oop principles?
#include
What is the important feature of inheritance?
What is the types of inheritance?
What does enum stand for?
What is for loop and its syntax?
What is the use of oops?
hi all..i want to know oops concepts clearly can any1 explain??
Is oop better than procedural?