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

What are the four main data types?

588


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

1743


What is c++ good for?

589


What are protected members in c++?

623


What is a vector c++?

556






What do the header files usually contains?

636


what are the iterator and generic algorithms.

1485


Describe friend function & its advantages.

717


What are pointer-to-members in C++? Give their syntax.

619


What are stacks?

615


Differentiate between realloc() and free().

600


what are Access specifiers in C++ class? What are the types?

632


Explain the differences between private, public and protected and give examples.

568


What is a driver program?

634


What do you mean by funtion prototype?

592