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
What is setiosflags c++?
What is protected inheritance?
Which operations are permitted on pointers?
When is the destructor called?
What are the restrictions apply to constructors and destructors?
What is the average salary of a c++ programmer?
Can we define a constructor as virtual in c++?
What is istream c++?
Is ca high or low level language?
Explain what are the sizes and ranges of the basic c++ data types?
What do you mean by late binding?
What is called array?
Should a constructor be public or private?
What is format for defining a structure?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.