what are difference between c and c++?

Answer Posted / jaz

C++ is not an object based language. It is an object
oriented language. An object based language + Inheritance +
polymorphism makes a language object oriented.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is arr and &arr are same expression for an array?

798


What is stream and its types in c++?

757


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

793


How do you flush a buffer in c++?

795


How will you call C functions from C ++ and vice-versa?

851


Write a short code using c++ to print out all odd number from 1 to 100 using a for loop

784


Explain the isa and hasa class relationships. How would you implement each?

858


What is a breakpoint?

762


Is eclipse good for c++?

763


What is #include iostream h in c++?

837


How would you use the functions sin(), pow(), sqrt()?

922


Can you please explain the difference between static and dynamic binding of functions?

755


What is the difference between C and CPP?

833


Differentiate between a copy constructor and an overloaded assignment operator.

835


Do you know the problem with overriding functions?

794