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
Is java a c++?
Is linux written in c or c++?
Explain explicit container.
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
When do we run a shell in the unix system? How will you tell which shell you are running?
Write a program which uses functions like strcmp(), strcpy()? etc
What is class in c++ with example?
What is the hardest coding language to learn?
What you know about structures in C++?
How much do c++ programmers make?
What are the benefits of pointers?
How do you sort a sort function in c++ to sort in descending order?
What is general form of pure virtual function? Explain?
Should the member functions which are made public in the base class be hidden?
What does override mean in c++?