single dispatch
English
Noun
single
dispatch
(
plural
single dispatches
)
(
computing
)
A
dispatch
method where the implementation of a
function
or
method
is chosen solely on the type of the instance calling the method.
Antonyms
multiple dispatch
Hypernyms
dynamic dispatch