what is dynamic method dispatch ?
Answer Posted / rajashree
This is a unique feature in JAVA.as the name itself
suggests that it is related with run time.In this classes
has methods with same method name and signature.However
which method will b executed will be decided during run
time.
| Is This Answer Correct ? | 30 Yes | 12 No |
Post New Answer View All Answers
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Can we define static methods inside interface?
Do extraneous variables affect validity?
What is the meaning of course?
What are functions in java?
What is the difference between an argument and a parameter?
What is outofmemoryerror in java?
What is remote method invocation (rmi)?
what is the difference between thread and runnable types? : Java thread
What’s a deadlock?
Can an abstract class be a final class?
How to split a string in java?
Difference between final and effectively final ?
What is null mean in java?
What is anti pattern in programming?