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 the main use of c++?

557


What is constructor and destructor in c++?

619


What is the default width for ouputting a long integer using the insertion operator?

691


When does a 'this' pointer get created?

620


What is ios flag in c++?

686






What is c++ w3school?

634


Describe the syntax of single inheritance in C++?

647


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

614


Explain what data encapsulation is in c++?

574


How do I tokenize a string in c++?

608


Which software is best for c++ programming?

579


Write a note about the virtual member function?

605


What is the basic concept of c++?

577


What is flush programming?

576


Explain the uses oof nested class?

629