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
Tell me what are static member functions?
Explain what are single and multiple inheritances in c++?
What is the purpose of template?
Can turbo c++ run c program?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
What is the best way to take screenshots of a window with c++ in windows?
Explain explicit container.
What is pointer to array in c++?
What is the use of ::(scope resolution operator)?
What are the rules for naming an identifier?
Is c++ a dying language?
What are destructors?
What is an inline function in c++?
What is a namespace in c++?
What is the output of the following program? Why?