what do you meant by Runtime Polymorphism?
Answer Posted / ravikiran
Runtime polymorphism takes place at runtime and looks
peculiar to the object type.
Overriding is the example for this
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
How do you remove duplicates in java?
What is the difference between jdk and jre?
What is meant by anonymous class?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
How can constructor chaining be done by using the super keyword?
Is age discrete or continuous?
Which list does not allow duplicates in java?
What is "this" keyword in java? Explain
What kind of variables a class can consist of?
What is the purpose of sizeof operator?
What is a numeric format?
Where are the local variables stored?
Can static methods be inherited?
What is fail fast in java?
How are observer and observable used in java programming?