difference between c and c++?
Answer Posted / jayashri jali
->C is procedure oriented language and gives importance to
procedure that is functions rather than data.c is middle
level language.
->c++ is object oriented language and gives importance to
object that is data
c++ is high level language.
-> in c++ data will be secured means its a secured
programming language where as c is insecure.
using the properties in c++ like inheritance,function
overloading etc we can minimize the data redundancy.
c does not have such properties.
->c is top down approach, c is bottom up approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is searching?
Is linux written in c or c++?
What is the purpose of templates in c++?
What are stacks?
What is the use of endl?
How can virtual functions in c++ be implemented?
Explain the difference between realloc() and free() in c++?
What is bubble sort c++?
Explain the auto storage classes in c++.
What do you understand by pure virtual function? Write about its use?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What's the "software peter principleā?
Explain the scope of resolution operator.
What are friend classes? What are advantages of using friend classes?
What is ifstream c++?