double dispatch中文,double dispatch的意思,double dispatch翻译及用法

2025-09-07 00:27 浏览次数 6

double dispatch

In software engineering, double dispatch is a special form of multiple dispatch, and a mechanism that dispatches a function call to different concrete functions depending on the runtime types of two objects involved in the call. In most object-oriented systems, the concrete function that is called from a function call in the code depends on the dynamic type of a single object and therefore they are known as single dispatch calls, or simply virtual function calls.

double dispatch 例句

英汉例句

  • i got an unexpected demonstration of the double dispatch pattern in real life the other day.

    几天前在实际生活中我意外地得到了双重分发模式的一个演示。

  • set up the new screen using double dispatch

    使用双重分发设置新屏幕

相关热词