difference between c and c++?
Answer Posted / satish kumar sinha
*c is the procedure oriented programing.
*c++ is the object oriented programing.
*c give the important on the procedure istade of data.
*c++ give the important on the data.
*c the data can pass through the fuction to fuction.
*c++ the data is hide in the fuction and the data is stolen
through the external function.
*c is the low level language.
*c++ is the high level language.
*c++ havig extra benifits data can hide in the fuction
(encapsulation),polymorphism,templets,file
handeling,inharitance.
| Is This Answer Correct ? | 54 Yes | 13 No |
Post New Answer View All Answers
What is virtual destructor ans explain its use?
What are different types of loops in c++?
To what does “event-driven” refer?
Differentiate between late binding and early binding.
What is heap sort in c++?
Why do we use classes in programming?
Will a catch statement catch a derived exception if it is looking for the base class?
What does catch(…) mean?
What is the difference between c++ and turbo c++?
Which field is used in c++?
Explain Memory Allocation in C/C++ ?
What is nested class in c++?
What is difference between c++ 11 and c++ 14?
What is the purpose of template?
what are the events occur in intr activated on interrupt vector table