what do you meant by Runtime Polymorphism?
Answer Posted / chandra rekha
polymorphism -an entity existing in different forms at the
same time. Polymorphism is of two types. Static
polymorphism and dynamic polymorphism. Run time
polymorphism refers to dynamic polymorphism wherein an
entity changes it's form depending on the cirumstances.
Is This Answer Correct ? | 47 Yes | 13 No |
Post New Answer View All Answers
What is the functionability stubs and skeletons?
Can java list contain duplicates?
Why string is immutable or final in java
What is the purpose of the return statement?
How is the marker interface used in Java?
How to display all the prime numbers between 1 and 100
Can we restart a thread already started in java?
What is javac_g?
Why is serialization required?
What is object-oriented programming?
What is the difference between a method and a procedure?
Why are constructors used?
How do you check whether the list is empty or not in java?
What is meant by null and void?
Describe the Big-O Notation.