superclass
- 网络超类;父类;总纲;超级类
-
Research on translation method of Special Superclass / Subclass Structure in E-R Model
E-R模型特殊超类/子类结构转换方法研究
-
This default superclass is specified on the functional test project properties page .
这个默认的超类在功能测试的项目属性页面上有详细说明。
-
To create a helper superclass that changes the property weight of an object
按照下面的方法,来创建一个帮助者超类(helpersuperclass),帮助更改一个对象的属性权重
-
Superclass technique is often used in MFC .
超类化是MFC中经常用到的一种技术。
-
From there , you can add the name and superclass .
可以在这里添加名称和超类了。
-
Select the Constructors from superclass check box and click Finish .
从超类复选框中选择Constructors并点击Finish。
-
Kent discusses how to come up with a good name for a superclass .
Kent讨论了如何为超类起一个好名字。
-
That article is the single best resource that I 've seen for understanding how the superclass works .
那篇文章是我见过的关于理解超类如何运行的最好的资源。
-
If two classes need to support the same interface , they should both extend the same superclass .
如果两个类需要支持相同的接口,它们都应该扩展相同的超类。
-
Simple superclass name : the tension between being concise and expressive is discussed .
超类名称要简单:对命名这一编码行为,是要保持简洁和还是要保证表义性方面一直存在争论。
-
Extending superclass and implementing interfaces of a class embodies java 's polymorphism .
Java中的多态体现在类的继承和实现接口等方面。
-
Then you can extend all application servlets from this superclass .
然后,就可以从这个超类派生所有应用程序servlet。
-
Second , the workflow instance can only transfer from superclass process definition to its subclass process definition .
二是工作流实例只能从超类过程定义向子类过程定义转换。
-
Implement the creation of a scope key and the notification logic in the service () method of this superclass .
应该在这个超类的service()方法中创建范围键并实现通知逻辑。
-
You can also specify a helper superclass for an individual script in the functional test script properties page .
您可以在功能测试的脚本属性页面详细说明单个脚本的帮助器超类。
-
A method of a superclass can be extended by declaring an attribute with the same name .
超类的方法可以通过使用相同的名称声明属性来扩展。
-
So before an object is created , another object of the same class or of its superclass must be constructed .
所以在创建对象之前,必须构造相同类或其超类的另一个对象。
-
The helper superclass offers real help
帮助者超类提供了实际的帮助
-
According to this principle , the ability to substitute a subclass object for a superclass object is characteristic of good design .
此原则表明,子类对象对超类对象的替代能力是优秀设计的重要标志。
-
Therefore the class of generalized precedence grammar is a superclass of the weak precedence grammar .
弱优先文法和弱运算符优先文法都是它的真子文法。
-
Likewise , you almost always call a superclass method at either the start or end of a descendent method body .
同样,您几乎总是在子代方法主体的开始或结束部分调用超类方法。
-
Another difference you 'll notice are several radio buttons and a checkbox for selecting the superclass .
您还会注意到的另一个差别是有多个单选按钮和一个用于选择父类的复选框。
-
Incompatible change : The class hierarchy of the serializable superClass % 1 has been changed
不兼容的更改:可序列化的超类%1的类层次结构已经更改
-
Finally , the corresponding onRender event handler in the superclass will be called .
最后,超类中相应的onRender事件处理程序将被调用。
-
Type the first character of user helper superclass name in Select default helper superclass for the script .
在为脚本选择默认的helpersuperclass之中输入用户helper名的首字符。
-
In the example shown here , the constructor accepts a string that represent the superclass name .
在我们的例子中,构造器接收了一个表示超类名称的字符串。
-
After the @ implementation keyword , we see the name of the class ( Employee ) and its superclass .
在@implementation关键字后面,我们看到了类名(Employee)及其超类。
-
Notice that because both of the extracted methods use the number member variable , it is dragged into the superclass .
注意,因为两个提取方法都使用number成员变量,所以要涉及到超类。
-
Qualified subclass name : Name subclasses to communicate the similarities and differences with a superclass .
子类名称要合格:对子类的命名会表述出其与超类之间的相似和差异之处。
-
The action class is responsible to generate the output as XML using the XMLBindingService available in the superclass .
动作类负责使用超类中的XMLBindingService以XML形式生成输出。