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


Please Help Members By Posting Answers For Below Questions

What are the advantages of prototyping?

784


What is the benefit of encapsulation?

824


Explain the difference between c & c++?

798


What is the difference between a reference and a pointer?

817


What is the basic of c++?

800


What is called array?

803


Is c++ a good first language to learn?

756


You want to link a c++ program to c functions. How would you do it?

723


Write my own zero-argument manipulator that should work same as hex?

790


Explain the volatile and mutable keywords.

821


Which sort does c++ use?

794


What is the meaning of c++?

763


Do inline functions improve performance?

823


How do you declare a set in c++?

725


What's the order in which the local objects are destructed?

1013