検索結果- 英語 - 多言語
検索内容:
double dispatches
plural of double dispatch
multiple dispatches
static dispatch
(computing) A dispatch method where the implementation of a function or method is assigned during compile time.
dynamic dispatches
plural of dynamic dispatch
double dispatch
(computing) A mechanism that dispatches a function call to different concrete functions depending on the runtime types of two objects involved.
dynamic dispatch
(computing) A dispatch method where the implementation of a function or method is assigned during runtime, as it cannot be assigned during compile time.
static dispatches
plural of static dispatch
single dispatch
(computing) A dispatch method where the implementation of a function or method is chosen solely on the type of the instance calling the method.
single dispatches
plural of single dispatch
multiple dispatch
(object-oriented programming) Synonym of function overloading