您要查找的是不是:
- 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. (如果父类没有默认构造函数,子类的构造函数没有显式调用其它父类构造函数,则编译器会报错。)
- It took them two years to construct the bridge. 他们用了两年时间建这座桥。
- The specified class is not a subclass. 指定的类别不是一个子类别。
- subclass constructor 子类构造函数
- This step is delegated to each subclass. 这个步骤被委托给每个子类。
- A gastropod of the subclass Pulmonata. 有肺的腹足纲动物
- First you have to construct the plot of the novel. 首先你得把小说的情节设计好。
- One risk of this approach emerges when the event listener is subclassed: Now, anything done by the subclass constructor happens after the 在继承事件侦听器的时候,会出现这种方法的一个风险:这时,子类构造函数做的任何工作都是在
- This name is used to intercept the action in the portlet subclass. 这个名称用来截取portlet子集中的动作。
- The table below lists the event subclass values for this event. 下表列出了此事件的事件子类值。
- As home work I have to construct a few sentences . 我须造几个句子作为作业。
- Extend an existing View class or subclass with your own class. 从现有控件类或其子类扩展你自己的类。
- Gets a specific constructor of the current Type. 获取当前Type的特定构造函数。
- What is the class and/or subclass of the primary antibody. 什么是工人阶级和/或亚纲的主要抗体。
- There are two forms of the Date constructor. Date构造函数有两种形式。
- Also, each subclass inherits methods from the superclass. 同时, 每个亚纲继承来自总纲的方法。
- There is no public constructor for. 没有公共构造函数。