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 is a set in c++?

533


When do you call copy constructors?

654


Is c++ faster than c?

596


Write a program to concatenate two strings.

593


What is the use of object in c++?

573






Explain the term memory alignment?

689


Why do we use iterators?

624


which of the following is not an secondary constant a) array b) real c) union

1272


Write a Program for find and replace a character in a string.

558


What is the difference between while and do while loop?

560


How do you declare A pointer to function which receives an int pointer and returns a float pointer

684


Explain the differences between list x; & list x();.

608


What relational operators if statements in c++?

646


What is struct c++?

574


What is the best c++ compiler for windows 10?

582