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
How many types of gc are there in java?
Can we define private and protected modifiers for variables in interfaces?
Can interface be private in java?
What are the rules for variable declaration?
Why is a string immutable?
How do you add spaces in java?
How do you clear an arraylist in java?
What is static synchronization?
What do you understand by java?
Can you explain the meaning of aggregation and composition
Which class should you use to obtain design information about an object in java programming?
What does a boolean method return?
Explain what pure virtual function is?
What is covariant return type?
What are nested classes in java?