what is dynamic method dispatch ?
Answer Posted / khairunneesa.m
dynamic method dispatch is the mechanism by which a call to
an overridden method is resolved at runtime, rather than
compile time
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How many bits is size_t?
Why parameters should be passed by reference?
What is java life cycle?
What does bitwise or mean?
What is the difference between keyword and identifier?
What are the limitations of procedural programming approach?
What are alternatives to java serialization?
Which class contains a method: cloneable or object?
How does regex work?
What are the types of methods in java?
What is java full form?
What’s meant by anonymous class?
What are the 3 types of control structures?
What is meant by attribute?
What happens if I remove static from main method?