Compare compile time polymorphism and Runtime polymorphism



Compare compile time polymorphism and Runtime polymorphism..

Answer / 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

More C++ General Interview Questions

Ask to write virtual base class code?

0 Answers   Satyam,


What are the methods of exporting a function from a dll?

0 Answers  


How do you sort a sort function in c++ to sort in descending order?

0 Answers  


What are the advantages of c++? Explain

0 Answers  


Why is it called c++?

0 Answers  






What is the topic of the C++ FAQ list?

1 Answers  


What is the use of main function in c++?

0 Answers  


What is meant by iomanip in c++?

0 Answers  


Is atoi safe?

0 Answers  


What are the techniques you use for debugging?

1 Answers   Adtran,


Explain the static member function.

0 Answers  


How to give an alternate name to a namespace?

0 Answers  


Categories