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++ not purely object oriented?
Describe the main characteristics of static functions?
What are vtable and vptr?
Explain what are the sizes and ranges of the basic c++ data types?
What are the various oops concepts in c++?
Is java easier than c++?
What is linked list in c++?
What is a vector c++?
What are the two types of polymorphism?
What is the most common mistake on c++ and oo projects?
Which is the best c++ compiler for beginners?
What are the benefits of oop in c++?