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


Please Help Members By Posting Answers For Below Questions

Why c++ is called oop?

599


Why is null pointer used?

686


Does std endl flush?

609


What are the various access specifiers in c++?

603


What is the equivalent of Pascal's Real a) unsigned int b) float c) char

591






Is c++ built on c?

565


What is std :: endl?

596


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

612


What are c++ variables?

540


How important is c++?

532


What is the basic structure of a c++ program?

616


Is vector a class in c++?

596


Which software is best for coding?

576


What are the advantages of using friend classes?

631


What are the advantages of c++?

596