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 a built-in function?

1 Answers  


what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  


Evaulate: 22%5 a) 2 b) 4 c) 0

0 Answers  


How to get the current position of the file pointer?

0 Answers  


How are the features of c++ different from c?

0 Answers  






Explain about templates of C++.

0 Answers  


When do you call copy constructors?

0 Answers  


How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.

15 Answers   Satyam,


What is difference between rand () and srand ()?

0 Answers  


Is java the same as c++?

0 Answers  


Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


i want the NIC programmer-B model papaer pattren, iwant the all model papers?

15 Answers   NIC,


Categories