difference between c and c++?
Answer Posted / sumanth
c is procedure oriented language and gives importance to
procedure that is functions rather than data.c is middle
level language.
c++ is object oriented language and gives importance to
object that is data
c++ is high level language
c++ havig extra benifits data can hide in the fuction
(encapsulation),polymorphism,templets,file
handeling,inharitance.
c is structured design,c++ is object oriented design
c is top-down approach,c++ is bottom-top approach
c++ is required acces specifiers,c is not required acces
specifiers
c++ is client server model
In c++,there is a new concept of "INLINE FUNCTIONS",
whereas in c, there are macros.
C++ is a object oriented language but C is not OOPS.
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
How the endl and setw manipulator works?
What is a multiset c++?
What is the difference between strcpy() and strncpy()?
What is math h in c++?
What is double in c++?
What is the default width for ouputting a long integer using the insertion operator?
What are static member functions?
What is operators in c++?
What language is a dll written in?
Why ctype h is used in c++?
What are all predefined data types in c++?
How is modularity introduced in C++?
Differentiate between the message and method in c++?
Do we have to use initialization list in spite of the assignment in constructors?
What is #include math h in c++?