class variables是什么意思

1个回答

  • class variables

    类变量

    双语对照

    词典结果:

    class variables

    类变量;

    以上结果来自金山词霸

    例句:

    1.

    Class with the specified access to the specified registry variables and the specified access rights to registrycontrol information.

    使用对指定注册表变量的指定访问权限和对注册表控制信息的指定访问权限,初始化.

    Provided by jukuu

    2.

    A class, even though you have to do all the work writing in the member variables and accessors, is explicit.

    而使用类的话即使你不得不重写所有成员变量及其访问函数一切就变得明确起来.

    g

    3.

    There are a number of cases in which accesses to program variables ( object instance fields, class static fields,and array elements) may appear to execute in a different order than was specified by the program.

    在很多情况下,访问一个程序变量(对象实例字段,类静态字段和数组元素)可能会使用不同的顺序执行而不是程序制定的方式执行.

    g

    4.

    The field class itself is pretty simple; it pretty much consists of the instance variables of the field, accessormethods for those instance variables, a tostring method, and a normal constructor.

    field类本身相当简单;它几乎包含了这个字段的实例变量,访问这些变量的方法,一个tostring方法,和一个标准的构造方法.