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
Can we have a method name same as class name in java?
Can we override private method?
Is string is a data type?
How can the checkbox class be used to create a radio button?
What is the purpose of using break in each case of switch statement?
Why do we need array in java?
What are the concepts of 'OOPS'?
What are the rules for variable declaration?
Can inner class be public in java?
How you can force the garbage collection?
What is the difference between variable declaration and variable initialization?
Can a method be overloaded based on different return type but same argument type?
What is meant by method?
What is the use of singleton class?
What is %d in printf?