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

Is c++ an integer?

0 Answers  


What is a c++ vector?

0 Answers  


What is the difference between struct and class?

1 Answers  


What is a class template?

0 Answers  


What is a namespace in c++?

0 Answers  






Is swift faster than c++?

0 Answers  


Implement strncpy

3 Answers  


How does c++ structure differ from c++ class?

0 Answers  


What things would you remember while making an interface?

0 Answers  


What is the difference between an array and a list?

0 Answers  


Is string data type in c++?

0 Answers  


What can I safely assume about the initial values of variables which are not explicitly initialized?

0 Answers  


Categories