difference between c and c++?
Answer Posted / radhika
1. C is the procedure oriented programming language.
C++ is the object oriented programming language.
2. C gives the important on the procedure insted of data.
C++ gives the important on the data.
3. C the data can pass through the fuction to function.
C++ the data is hide in the fuction and the data is stolen
through the external function.
4. C is the low level language.
c++ is the high level language.
5. C doesn't have the extra advantages to hide the functions like C++
C++ having extra benfits data can hide in the function
(encapsulation),polymorphism,templates,file
handling,inheritance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can java be faster than c++?
What is DlgProc?
Is c++ a difficult language?
What are the various storage classes in C++?
Explain how a pointer to function can be declared in C++?
What are shallow and deep copy?
What is a responder chain?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What is scope operator in c++?
What is a dll entry point?
Why was c++ created?
What is stream and its types in c++?
What are guid? Why does com need guids?
What is an adaptor class or wrapper class in c++?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened