Why it is called runtime polymorphism?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

OOP'S advantages of inheritance include:

1 Answers   Infosys,


What is oops concept with example?

0 Answers  


What does I oop mean?

0 Answers  


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

0 Answers  


Is html an oop?

0 Answers  






What is Virtual Keyword?

9 Answers   IBM, NA,


What is difference between new and malloc?

7 Answers   emc2,


What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  


What's the full form of STL?

2 Answers  


What is byval and byref? What are differences between them?

0 Answers   HCL, Wipro,


Can we call a base class method without creating instance?

6 Answers  


what is code for call by value and call by reference?

1 Answers  


Categories