superclass

美 [ˌsupərˈklæs]英 [ˌs(j)uːpəˈklɑːs]
  • 网络超类;父类;总纲;超级类
superclasssuperclass

noun

1
(biology) a taxonomic class below a phylum and above a class

数据来源:WordNet

  1. Research on translation method of Special Superclass / Subclass Structure in E-R Model

    E-R模型特殊超类/子类结构转换方法研究

  2. This default superclass is specified on the functional test project properties page .

    这个默认的超类在功能测试的项目属性页面上有详细说明。

  3. To create a helper superclass that changes the property weight of an object

    按照下面的方法,来创建一个帮助者超类(helpersuperclass),帮助更改一个对象的属性权重

  4. Superclass technique is often used in MFC .

    超类化是MFC中经常用到的一种技术。

  5. From there , you can add the name and superclass .

    可以在这里添加名称和超类了。

  6. Select the Constructors from superclass check box and click Finish .

    从超类复选框中选择Constructors并点击Finish。

  7. Kent discusses how to come up with a good name for a superclass .

    Kent讨论了如何为超类起一个好名字。

  8. That article is the single best resource that I 've seen for understanding how the superclass works .

    那篇文章是我见过的关于理解超类如何运行的最好的资源。

  9. If two classes need to support the same interface , they should both extend the same superclass .

    如果两个类需要支持相同的接口,它们都应该扩展相同的超类。

  10. Simple superclass name : the tension between being concise and expressive is discussed .

    超类名称要简单:对命名这一编码行为,是要保持简洁和还是要保证表义性方面一直存在争论。

  11. Extending superclass and implementing interfaces of a class embodies java 's polymorphism .

    Java中的多态体现在类的继承和实现接口等方面。

  12. Then you can extend all application servlets from this superclass .

    然后,就可以从这个超类派生所有应用程序servlet。

  13. Second , the workflow instance can only transfer from superclass process definition to its subclass process definition .

    二是工作流实例只能从超类过程定义向子类过程定义转换。

  14. Implement the creation of a scope key and the notification logic in the service () method of this superclass .

    应该在这个超类的service()方法中创建范围键并实现通知逻辑。

  15. You can also specify a helper superclass for an individual script in the functional test script properties page .

    您可以在功能测试的脚本属性页面详细说明单个脚本的帮助器超类。

  16. A method of a superclass can be extended by declaring an attribute with the same name .

    超类的方法可以通过使用相同的名称声明属性来扩展。

  17. So before an object is created , another object of the same class or of its superclass must be constructed .

    所以在创建对象之前,必须构造相同类或其超类的另一个对象。

  18. The helper superclass offers real help

    帮助者超类提供了实际的帮助

  19. According to this principle , the ability to substitute a subclass object for a superclass object is characteristic of good design .

    此原则表明,子类对象对超类对象的替代能力是优秀设计的重要标志。

  20. Therefore the class of generalized precedence grammar is a superclass of the weak precedence grammar .

    弱优先文法和弱运算符优先文法都是它的真子文法。

  21. Likewise , you almost always call a superclass method at either the start or end of a descendent method body .

    同样,您几乎总是在子代方法主体的开始或结束部分调用超类方法。

  22. Another difference you 'll notice are several radio buttons and a checkbox for selecting the superclass .

    您还会注意到的另一个差别是有多个单选按钮和一个用于选择父类的复选框。

  23. Incompatible change : The class hierarchy of the serializable superClass % 1 has been changed

    不兼容的更改:可序列化的超类%1的类层次结构已经更改

  24. Finally , the corresponding onRender event handler in the superclass will be called .

    最后,超类中相应的onRender事件处理程序将被调用。

  25. Type the first character of user helper superclass name in Select default helper superclass for the script .

    在为脚本选择默认的helpersuperclass之中输入用户helper名的首字符。

  26. In the example shown here , the constructor accepts a string that represent the superclass name .

    在我们的例子中,构造器接收了一个表示超类名称的字符串。

  27. After the @ implementation keyword , we see the name of the class ( Employee ) and its superclass .

    在@implementation关键字后面,我们看到了类名(Employee)及其超类。

  28. Notice that because both of the extracted methods use the number member variable , it is dragged into the superclass .

    注意,因为两个提取方法都使用number成员变量,所以要涉及到超类。

  29. Qualified subclass name : Name subclasses to communicate the similarities and differences with a superclass .

    子类名称要合格:对子类的命名会表述出其与超类之间的相似和差异之处。

  30. The action class is responsible to generate the output as XML using the XMLBindingService available in the superclass .

    动作类负责使用超类中的XMLBindingService以XML形式生成输出。