Invoking the correct method to...适当方法的这种行为称为________。
举一反三
- 中国大学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 _________.调用正确的方法是在运行时完成(动态)而不是在编译时(静态),将对象连接到适当方法的这种行为称为________。
- What is the correct order of the steps of the scientific method?
- 如果一个类中定义了几个名为method的方法,这些方法的参数都是整数,则这些方法的必须是不同的,这种现象称为方法的重载。
- 对....作出回复 A: react to... B: response to... C: refer to...
- What will be the output of the following Python code? ( )[img=464x290]17da65747e8eecd.png[/img] A: 0 0 B: 0 1 C: Error because class B inherits A but variable x isn’t inherited D: Error, the syntax of the invoking method is wrong