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 a function in programming?
Why javac is not recognized?
What are keywords in java?
What is a superclass?
Say any two properties in beans?
Which api is provided by java for operations on set of objects?
How many types of constructors are used in java?
What does null mean in java?
Define inheritance with reference to java.
What is the use of coding?
Why is java so important?
What is variable argument in java?
Why is core java important?
How do you use wildcards?
When should you use arraylist and when should you use linkedlist?