Compare compile time polymorphism and Runtime polymorphism
In Compile time Polymorphism, the call is resolved by the compiler. In Run time Polymorphism, the call is not resolved by the compiler. It is also known as Static binding, Early binding and overloading as well. It is also known as Dynamic binding, Late binding and overriding as well
| Is This Answer Correct ? | 0 Yes | 0 No |
write a function signature with various number of parameters.
what you know about c++?
Can we inherit constructor in c++?
Write a c program for binary addition of two 8 bit numbers.
Write a program to find the Factorial of a number
Can comments be longer than one line?
State two differences between C and C++.
Write any small program that will compile in "C" but not in "C++"?
How do you establish an is-a relationship?
Differentiate between the message and method in c++?
which of the following is not an secondary constant a) array b) real c) union
Who created c++?