whats the difference between c and c++

Answer Posted / shweta kapatkar

c is the structured oriented language &
c++ is the object oriented language
this is the main difference in c & c++ other than
1.c uses a TOP DOWN approach and c++ BOTTOM UP approach
2.In c++ we can do nesting,inheritance which is not
possible in c. & many more

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is class in oop with example?

616


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6145


What is encapsulation oop?

574


What do you mean by overloading?

576


What is the use of oops?

619






What is encapsulation in oop?

601


What is encapsulation in oops?

534


What is multilevel inheritance in oop?

555


when to use 'mutable' keyword and when to use 'const cast' in c++

1642


What is object and example?

602


What is a function in oop?

629


What is polymorphism oop?

619


Whats is abstraction in oops?

589


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2006


What is the main feature of oop?

618