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 is ellipsis in java?
What do you know about the garbage collector in java?
Can the interface be final?
What is queue in java?
What is the difference between conversation & casting?
Why stringbuilder is not thread safe?
What is the relationship difference the canvas class and the graphics class?
What is the memory leak in java?
What's a method in programming?
explain different ways of using thread? : Java thread
How do you implement singleton class?
what is the major difference between linkedlist and arraylist in java?
What is used of static keyword in java?
what do you understand by the term string with respect to java?
Differentiate between a class and an object.