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
How will you load a specific locale?
What is linked hashmap and its features?
Explain the importance of finally block in java?
How do you trim a space in java?
Can we return null in java?
What is prime number in java?
What do you understand by the term wrapper classes?
What is the longest unicode character?
Can constructor be static or final?
Why do we use variables?
What modifiers are allowed for methods in an interface?
Write a program to print the pattern given below
How many digits is int32?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is parsing in java?