Answer Posted / venu
Runtime polymorphism is nothing but, JVM identifies the behavior (Method) invocation of the reference based on the reference pointing to the Object. Runtime Polymorphism is experimented by an example of Method Overriding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is a method a function?
What is numel matlab?
What are the advantages of compiled language?
How does split work in java?
Why we override equals() method?
Can you have two constructors in java?
What does it mean that a class or member is final?
How do you create a null object?
What is a get method?
What are the advantages of encapsulation in java?
How do singleton patterns work?
design an lru cache in java?
What are the Static and Dynamic Variables? Differentiate them.
What are the kinds of polymorphism?
What does the “final” keyword mean in front of a variable? A method? A class?