您要查找的是不是:
- Once the superclass constructor is done, the subclass constructor completes initialization and turns the superclass object into a subclass object. 一旦父类构造函数完成上述工作,子类的构造函数就进行完整的初始化,并将该父类对象转化为子类对象。
- Before a subclass constructor performs its own initialization, it is required to call the superclass constructor. 在子类构造函数进行其初始化之前,它必须调用基类构造函数。
- A subclass constructor should first let the superclass constructor do that part of the initialization which turns plain memory into the superclass object. 子类的构造函数应该首先让父类的构造函数来完成把空白记忆体开辟为父类对象的那部分初始化工作。
- If the superclass has no default constructor and the subclass constructor does not call another superclass constructor explicitly, then the Java compiler reports an error. (如果父类没有默认构造函数,子类的构造函数没有显式调用其它父类构造函数,则编译器会报错。)
- The default constructor invoked the no-arg constructor of the superclass. 默认构造函数调用父类的无参数构造函数.
- It took them two years to construct the bridge. 他们用了两年时间建这座桥。
- superclass constructor 超类构造函数
- The class was made abstract when its superclass is not abstract. 类别被变成抽象而它的超类别不是抽象。
- The superclass of the class represented by this object. 该对象表示的类的父类。
- First you have to construct the plot of the novel. 首先你得把小说的情节设计好。
- Also, each subclass inherits methods from the superclass. 同时, 每个亚纲继承来自总纲的方法。
- Superclass of all exceptions specific to Object Stream classes. 所有对象流异常类的父类。
- Specifically, it will be impossible if the superclass does not provide an accessible parameterless constructor. 特别地,如果超类没有提供一个可访问的、无参数的构造函数的话,那么子类要做到可系列化是不可能的。
- As home work I have to construct a few sentences . 我须造几个句子作为作业。
- Gets a specific constructor of the current Type. 获取当前Type的特定构造函数。
- There are two forms of the Date constructor. Date构造函数有两种形式。
- There is no public constructor for. 没有公共构造函数。
- Constructor to specify a custom paper size. 构造函数来指定自定义的页大小。
- Constructor, the transaction is not rolled back. 对象,则不会回滚事务。
- Fields are protected fields that the detector inherits from its superclass. 字段是检测器从其父类继承的protected字段。