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 |
What is static in c++?
What is general format for a prototype?
What is the protected keyword used for?
Is there a datatype string in c++?How is the memory allocation?
What is the average salary of a c++ programmer?
Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Can you explicitly call a destructor on a local variable?
what Is DCS ? what i will get benefit when i did?
What is else syntax in c++?
What is namespace std; and what is consists of?
How can you differentiate between inheritance and implementation in c++?