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 |
Why is c++ awesome?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Why main function is special in c++?
an integer constant must have atleast one a) character b) digit c) decimal point
what are difference between c and c++?
Where and why do I have to put the "template" and "typename" keywords?
What is the difference between multiple and multilevel inheritance in c++?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What are the rules for naming an identifier?
If a function doesn’t return a value, how do you declare the function?
What are the uses of typedef in a program?
Explain what is class definition in c++ ?