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
Is arr and &arr are same expression for an array?
What is stream and its types in c++?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
How do you flush a buffer in c++?
How will you call C functions from C ++ and vice-versa?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
Explain the isa and hasa class relationships. How would you implement each?
What is a breakpoint?
Is eclipse good for c++?
What is #include iostream h in c++?
How would you use the functions sin(), pow(), sqrt()?
Can you please explain the difference between static and dynamic binding of functions?
What is the difference between C and CPP?
Differentiate between a copy constructor and an overloaded assignment operator.
Do you know the problem with overriding functions?