| |||||||||
In computer science, dynamic dispatch is the dispatch of method calls where the appropriate method cannot be statically determined.
It is used in object oriented programming when you reimplement a method in a subtype. The most specific method is called at run-time.