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
How do you traverse a btree in backward in-order?
What is the header file for setw?
Will this c++ program execute or not?
What is the difference between a type-specific template friend class and a general template friend class?
What is the difference between struct and class?
What is else syntax in c++?
What are files in c++?
Difference between an inspector and a mutator
What are the various storage classes in C++?
How does c++ sort work?
What is null c++?
What is a template in c++?
What is function declaration in c++ with example?
How can a called function determine the number of arguments that have been passed to it?
How can you specify a class in C++?