superclass

英['sjuːpəklɑːs] 美['sjuːpəˌklɑːs]
  • n. [生]总纲;超类
Noun:
  1. (biology) a taxonomic class below a phylum and above a class

1. The default constructor invoked the no - arg constructor of the superclass.
默认构造函数调用父类的无参数构造函数.

来自互联网

2. Implement a superclass Person . Make two classes, Student and Instructor , that inherit from Person.
实现一个超类person, 制作两个类studentinstructor, 这两个类可以从超类继承.

来自互联网

3. This abstract class is the superclass of all classes representing an output stream of bytes.
该抽象类是所有表示字节输出流的类的父类.

来自互联网

4. Click'Continue'without specifying a Superclass if the new class is a root class.
若新类是根类,不用指定超类,请按[继续].

来自互联网

    用作名词 (n.)
    1. Through the use of inheritance, programmers can reuse the code in the superclass many times.
      经过继承的使用,程序设计者能许多次重复使用总纲的码。
    2. However, subclasses are not limited to the state and behaviors provided to them by their superclass.
      然而,亚纲没被限制在状态和对他们被他们的总纲提供的行为。
    3. The requirement for this common superclass is driven by the need for interception.
      对这一公用超类的要求源自截获需要。
    4. Name subclasses in your hierarchies by prepending on an adjective to the superclass name.
      在超类名字前加上内容命名你层次中的子类。

superclass的相关资料: