difference between c and c++?
Answer Posted / abhisek pramanik
1] c is procedure oriented programing & c++ is object
oriented programing.
2] we can't do programing through class in c,but we can do
in c++.
3] c is top to bottom programing approach, c++ is bottom to
top programing approach.
4] c++ is high level language,c is low level language.
5] c++ accept all the feature & function of of c & its own
properties,but it is not happened in c.
6] data can move in c openly arround in the system from
function to function.In c++ data is hidden can't be
accessed by external function.
| Is This Answer Correct ? | 124 Yes | 18 No |
Post New Answer View All Answers
What is wrapper class in c++?
Do we have to use initialization list in spite of the assignment in constructors?
Is set c++?
Explain the problem with overriding functions
What are inline functions? What is the syntax for defining an inline function?
What is a .h file c++?
What is a c++ vector?
Do class method definitions?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
What are the advantages of c++? Explain
What is encapsulation in c++?
What is a float in c++?
Are there interfaces in c++?
Which software is best for c++ programming?
Is map thread safe c++?