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
What is super in java?
What is lambda expression in java?
What are keyboard events?
What’s the difference between applets and standalone program?
What is the purpose class.forname method?
What are the differences between string and stringbuffer?
What’s the difference between callable and runnable?
How do I get a substring?
What is a parameter in a function?
Why is a singleton bad?
What is the flag in java?
describe synchronization in respect to multithreading? : Java thread
What is an infinite loop?
What is overriding in java?
How to display names of all components in a Container?