中国大学MOOC: Invoking the correct method to be done at run time (dynamically) and not at compile time (statically), the act of connecting an object to the appropriate method is termed _________.调用正确的方法是在运行时完成(动态)而不是在编译时(静态),将对象连接到适当方法的这种行为称为________。
举一反三
- Invoking the correct method to...适当方法的这种行为称为________。
- 中国大学MOOC: 对象的方法指的是能够作用于对象数据的操作。Method of an object refers to the operation that can act on object data.
- 对象的方法指的是能够作用于对象数据的操作。Method of an object refers to the operation that can act on object data.
- 在编译时确定函数调用称为()绑定,在运行时确定函数调用称为动态绑定。 A: 动态 B: 内联 C: 静态 D: 外联
- 中国大学MOOC: 为AB类的一个无形式参数且无返回值的方法method书写方法头,要使用类名AB作为前缀就可以调用该方法(即可以通过类名调用方法method),该方法头的形式为( )。