...,单分派(single dispatch)就是说我们在选择一个方法的时候仅仅需要根据消息接收者(receiver)的运行时型别(Run time type)。实际上这也就是我们经常提到的多态的概念(当然C++中的函数重载也是Sigle dispatch的一种实现方式)。
基于24个网页-相关网页
run-time type identification 运行时类型识别 ; 与执行期型别鉴定 ; 运行期间的类型判定
Run-Time Type Information 运行时类型信息 ; 运行时类型识别 ; 时期型别资讯 ; 时期类型信息
Run Time Type Inspection 运行时类型检查
run-time type information and library 运行时类型信息和库
run time type information 执行时期类型资讯
RTTI Run Time Type Information 运行时间类型信息
If the sources don't use dynamic_cast or the typeid operator, Run Time type Identification (RTTI) might be disabled.
如果源代码没有使用dynamic_cast或者typeid操作符,那么就可以禁用运行时类型识别(RTTI)。
The identifier context determines the type at run time.
标识符上下文在运行时决定类型。
JavaType: This is the run-time type of the object that is to be serialized.
这是要序列化的对象的运行时类型。
应用推荐