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
Define Virtual function in C++.
What is the identity function in c++? How is it useful?
What is flag in computer?
Explain the term memory alignment?
Which is the best c++ software?
Why is c++ awesome?
Does c++ have arraylist?
What is a stack c++?
What is name hiding in c++?
What is bubble sort c++?
Describe Trees using C++ with an example.
Write about c++ storage classes?
What is a template in c++?
How is objective c different from c++?
Does there exist any other function which can be used to convert an integer or a float to a string?