difference between c and c++?

Answer Posted / p.madhupriya

c is a procedure oriented programing language .That points
to only procedural programs. c is a high level language .
c++ is a object oriented programing language .
c++ is a extension of c .that points to real world entities
. It contains extra features of c that are class
,objects,dynamic
binding,encapsulation,polymorphism,inheritance etc.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Refer to a name of class or function that is defined within a namespace?

718


What is object in c++ wikipedia?

645


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

706


What does override mean in c++?

683


Explain what are mutator methods in c++?

673






What is c++ prototype?

682


Which programming language is best to learn first?

684


Define macro.

695


What is array give example?

674


What is switch case in c++ syntax?

712


What is the c++ programming language used for?

667


Define 'std'.

717


What are the restrictions apply to constructors and destructors?

733


Why can’t you call invariants() as the first line of your constructor?

646


When are exception objects created?

687