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
What do you mean by order of precedence and associativity?
What is an i/o filter?
How hashmap increases its size in java?
Which sort is best in java?
What are the advantages of java?
How do you calculate square roots?
What if I write static public void instead of public static void in java?
What is arrays aslist in java?
What are the steps that are followed when two computers connect through tcp?
Is java a pure object oriented language?
What are exceptions
Give any two differences between C++ and java.
What is a "pure virtual" member function?
What is return data type?
Does java support multiple inheritances?