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
Refer to a name of class or function that is defined within a namespace?
What is object in c++ wikipedia?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
What does override mean in c++?
Explain what are mutator methods in c++?
What is c++ prototype?
Which programming language is best to learn first?
Define macro.
What is array give example?
What is switch case in c++ syntax?
What is the c++ programming language used for?
Define 'std'.
What are the restrictions apply to constructors and destructors?
Why can’t you call invariants() as the first line of your constructor?
When are exception objects created?