Instance Constructors的意思|示意
实例构造函数
Instance Constructors的网络常见释义
实例构造函数 通常我们使用new来调用引用类型的实例构造函数(Instance Constructors),或者自定义值类型的非默认实例构造函数(Non-Default Instance Constructors)。
Instance Constructors相关短语
1、 Public Instance Constructors 对象构造器
Instance Constructors相关例句
Instance constructors can also be used to call the instance constructors of base classes.
执行个体建构函式也可以用来呼叫基底类别的执行个体建构函式。
A J2SE client can use BankingService to create a Service instance via its two constructors.
J2SE客户端可以通过BankingService的两个构造函数创建服务实例。
An interface cannot contain constants, fields, operators, instance constructors, destructors, or types.
接口不能包含常量、字段、运算符、实例构造函数、析构函数或类型。
You should not use your instance constructors, some special private function, or any other idiom to initialize static variables.
不应该使用实例构造函数、一些特殊的私有方法、任何其它习惯来初始化静态变量。
You can also write contract tests on classes or aspects, where you can define tests on constructors and invariant conditions on instance fields.
也可以在类或方面上编写合约测试,在这些类或方面中可以在构造函数上定义测试,在实例字段上定义不变条件。
My ModelMBeanExtension implements the same constructors but stores a copy of the ModelMBeanInfo in an instance variable.
我的ModelMBeanExtension实现了同样的构造函数,但是在一个实例变量中存储了ModelMBeanInfo的一个副本。