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

Where do I find the current c or c++ standard documents?

585


What are containers in c++?

567


Define pre-condition and post-condition to a member function in c++?

665


If a function doesn’t return a value, how do you declare the function?

618


How can you say that a template is better than a base class?

587






Is it possible for a member function to delete the pointer, named this?

616


What is the latest c++ standard?

688


Explain the volatile and mutable keywords.

614


What is the best c++ compiler?

594


What is difference between c++ and c ++ 14?

578


If there are two catch statements, one for base and one for derived, which should come first?

580


What is a pointer how and when is it used?

580


State the difference between pre and post increment/decrement operations.

610


What is a sequence in c++?

582


What is code reusability in c++?

670