what do you meant by Runtime Polymorphism?
Answer Posted / chinmay
run time polymorphism is the one that gets in to action
when we run our program it directly identifies which object
we are refering to and hence we get the required result it
takes the use of virtal functions to implement this.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Can we declare array without size in java?
What is immutable class in java?
Explain 5 io best practices?
What is struts in java?
What is array size in java?
How do you write a good declaration?
Difference between a class and an object?
What are different access specifiers in java? Explain
What is the collection interface?
What is ternary operator?
Can a method be static?
What occurs when an object is constructed?
When is the finalize() called? What is the purpose of finalization?
Difference between association, composition and aggregation?
What is use of arraylist in java?