what do you meant by Runtime Polymorphism?
Answer Posted / sumit taneja
Run Time Polymorphism -: When we have refrence variable of
Parent class that can store object of child as well as base
class...and we have same function in base calss and child
class...so which function will be executed that will depend
on the object refrence stored in Refrence variable..So this
is called Run Time polumorphism coz refrence variable is
binded to object at run time....
| Is This Answer Correct ? | 32 Yes | 2 No |
Post New Answer View All Answers
Lowest Common ancestor in a Binary Search Tree and Binary Tree.
What do you understand by copy constructor in java?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
Can a static method be final?
Differentiate between static and non-static methods in java.
What is parsing a sentence?
What is literal example?
How do you delete a list in java?
What is sorting in java?
What are measurable parameters?
I want to persist data of objects for later use. What is the best approach to do so?
Can we call thread start () twice?
What is OOP Language?
What is variable length arguments in java?
Is null in java?