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
Explain what happens when a pointer is deleted twice?
What are the comments in c++?
Define stacks. Provide an example where they are useful.
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
What is the advantage of an external iterator.
Explain what are single and multiple inheritances in c++?
How do I exit turbo c++?
Describe the setting up of my member functions to avoid overriding by the derived class?
Why is c++ still best?
What is the importance of mutable keyword?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Why is c++ still used?
Explain class invariant.
What is a base class?
What is the use of 'this' pointer?