Compare compile time polymorphism and Runtime polymorphism
Answer Posted / hrpynux@gmail.com
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 |
Post New Answer View All Answers
What is oops in c++?
What methods can be overridden in java?
How can virtual functions in c++ be implemented?
Describe private, protected and public – the differences and give examples.
Is sorted c++?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is name hiding in c++?
What is the difference between struct and class?
How did c++ start?
Distinguish between new and malloc and delete and free().
What is a namespace in c++?
Can a new be used in place of old mallocq? If yes, why?
What do you mean by delegate? Can a user retain delegates?
Explain polymorphism?
How a pointer differs from a reference?