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
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Which browsers work with java?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
How does hashset work in java?
How to retrieve data from database in java using arraylist?
What is a treemap in java?
Can constructor be protected in java?
Explain list interface?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Can we create more than one object singleton class?
Is java based on c?
What is the difference between sop and work instruction?
State the difference between creating string as new () and literal.
What is a prefix function.write down a code to compute prefix function.