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
What are the advantages of java?
What is the major difference between linkedlist and arraylist?
What is a stringbuffer?
What are 4 pillers of object orinted programming?
What is the purpose of a transient variable?
What is the benefit of using enum to declare a constant?
Will the jvm load the package twice at runtime?
What are peerless components?
What is the benefit of abstract class?
What is parse method?
What is the epoch date?
What is the maximum length of a url?
Can a static class have a constructor java?
What is wrapper class html?
What is prefix of a string?