ログインすると広告が減り、学習に集中できます。
広告
検索結果- 英語 - 多言語
dynamic dispatches
名詞
活用形
複数形
plural of dynamic dispatch
原形:
dynamic dispatch
日本語の意味
『dynamic dispatch』の複数形。プログラム実行時に、適切なメソッドや処理を動的に選択する仕組み(動的分派)を複数指す表現。
英語の意味
plural of dynamic dispatch
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.
日本語の意味
動的ディスパッチ:コンパイル時に決定できず、実行時に関数やメソッドの実装が選択・割り当てられる呼び出し方式
英語の意味
(computing) A dispatch method where the implementation of a function or method is assigned during runtime, as it cannot be assigned during compile time.
関連語