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 are the advantages of prototyping?
What is the benefit of encapsulation?
Explain the difference between c & c++?
What is the difference between a reference and a pointer?
What is the basic of c++?
What is called array?
Is c++ a good first language to learn?
You want to link a c++ program to c functions. How would you do it?
Write my own zero-argument manipulator that should work same as hex?
Explain the volatile and mutable keywords.
Which sort does c++ use?
What is the meaning of c++?
Do inline functions improve performance?
How do you declare a set in c++?
What's the order in which the local objects are destructed?