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

What is the difference between Class and Structure?

40 Answers   HP, IBM, Samsung, TCS,


What is time_t c++?

0 Answers  


What is a c++ map?

0 Answers  


Can we distribute function templates and class templates in object libraries?

0 Answers  


What is an adjust field format flag?

0 Answers  






How a new operator differs from the operator new?

0 Answers  


Name the implicit member functions of a class.

0 Answers  


Describe linkages and types of linkages?

0 Answers  


How the keyword struct is different from the keyword class in c++?

0 Answers  


What is the error in the code below and how should it be corrected?

0 Answers  


What does it mean to declare a member variable as static?

0 Answers  


Is c++ primer good for beginners?

0 Answers  


Categories