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 |
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
What are the advantages of c++ over c?
Is map ordered c++?
What is the full form of ios?
What are static type checking?
What is difference between n and endl in c++?
What are the benefits of oop in c++?
How do I write a c++ program?
What issue do auto_ptr objects address?
Do class declarations end with a semicolon? Do class method definitions?
Write a program to add three numbers in C++ utilizing classes.
Explain differences between new() and delete()?