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
In case of inheritance what is the execution order of constructor and destructor?
What is the difference between comparison done by equals method and == operator?
Can you create an object of an abstract class?
What is core java called?
Is string serializable in java?
What are the drawbacks of reflection?
What is try-with-resources in java?
What are java packages?
What do you mean by flow of struts?
What are advantages of using Java?s layout managers than windowing systems?
Why spring singleton is not thread safe?
What is the maximum size of a string in java?
What is string length in java?
What are access specifiers in java ?
Does java support multiple inheritances?