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

Is c++ free?

704


Can we use pointers in c++?

696


Can we get the value of ios format flags?

763


Why do we use double in c++?

721


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

1677






Define a conversion constructor?

710


Define a constructor - what it is and how it might be called (2 methods)?

696


What are punctuators in c++?

765


Should the this pointer can be used in the constructor?

645


What is the difference between object-oriented programming and procedural programming?

790


What is c++ namespace?

813


What is the difference between #import and #include in c++?

693


What is c++ and its uses?

722


Define 'std'.

716


Do vectors start at 0?

672