Class Methods Class Methods的意思|示意

美 / / 英 / /

类方法


Class Methods Class Methods的网络常见释义

类别方法 ...「方法 ((Methods Methods),分为: ),分为: -- 属于类别的「类别方法( 属于类别的「类别方法(Class Methods Class Methods)) -- 属于物件的「实例方法( 属于物件的「实例方法(Instance Methods Instance Methods)) 在本章说明的是类别方法,相当于其他..

Class Methods Class Methods相关例句

The key point is just that the constant pool contains all the references to other classes and methods used by this class, along with the actual definitions for this class and its methods.

关键之处在于常量池包含对该类所用的其它类和方法的所有引用,还包含了该类及其方法的实际定义。

It is necessary to compile a.dll that contains a class that defines these methods, then pass an instance of this class into the RqGuiApp methods.

需要把定义了这些方法的类编译成一个. dll,然后把这个类的实例放到RqGuiApp中。

A stub class defines all the methods that an SEI defines, therefore, a client can invoke methods of a web service directly via the stub class.

一个存根类定义一个SEI定义的所有方法,因此,一个客户机可以通过存根类直接调用Web服务方法。

Because the trait's methods aren't really a "part" of any class until the trait is implemented by that class, the compiler can leave out checking some aspects of the methods' logic until later.

因为在类实现特征的方法之前,它实际上并不是任何类的一“部分”,因此编译器可将方法的某些逻辑方面留到以后再处理。

This approach makes testing protected methods much easier because the test case class can now extend the class that contains the protected methods.

这种方法使得测试受保护的方法非常容易,因为测试案例类现在可以扩展包含受保护方法的类了。

Version-safe modifiers help control the methods from a derived class that override methods in a base class.

版本安全修饰词可以控制衍生类别的方法,这些方法能够覆写基底类别的方法。