Computer Science, asked by amarsyelane, 11 months ago

What is dynamic dispatch method in java....?​

Answers

Answered by crystalmini
0

Answer:

Dynamic method dispath is a mechanism by wgich a call to an overridden method is resolve at runtime .

method overriding is one of the way which java support runtime polymorphism dynamic method dispath .

Answered by msrishti0104
0

Answer:

Dynamic method dispatch is a mechanism by which a call to an overridden method is resolved at runtime. This is how java implements runtime polymorphism. When an overridden method is called by a reference, java determines which version of that method to execute based on the type of object it refer to.

If this answer is helpful, please mark it as the brainliest:)

Explanation:

Similar questions