subclass

  • n.【生】亚纲;【数】子集(合)
  • 网络子类;子类别;子类化

复数:subclasses

subclasssubclass

subclass

子类

子类(Subclass)是以一个类为起点而建立起来的新类。一个子类可以拥有派生它的类的全部功能,即具有继承性,并在此基础上…

子类别

每种类别可选支持子类别SubClass)和协议子定义(Protocol subdefinition)。这样可以用于主设备类型的不断修订。

亚纲

亚纲subclass):原始花被亚纲 Archichlamydeae目 (Order):蔷薇目 Rosales 亚目(subrosindae):蔷薇亚目 Rosineae  科…

子类化

...例与Win16下差不多,但是有一点大的差别:您不能子类化subclass)不属于您的应用程序的窗口,因为Windows NT使用 …

亚类

专业词汇2(l-z)_Y.C.P._囧友_西祠胡同 ... subcellular|亚细胞的 subclass|亚类 subclone|亚克隆 ...

小类

三、小类(subclass)…………………………………………………………(248) 四、组(group)…………………………………………

次类

其中粗体字的部份为类下一层的次类Subclass),例如次类1、次类455;而再下层的第一层次目、第二层次目等等,在这个 …

1
It is ok if you subclass only a few controls but it's going to be a nightmare to subclass a dozen or so controls. 如果你子类化的控件仅有几个,那么这种方法仍可行。但是当你子类化一打(十二个)左右的控件时它将是一个恶梦。
2
Whenever you define a new class as an extension of an existing one, the new class is said to be a subclass of the original. 任何时候你定义一个新类继承自已有的类,这个新类就叫做已有那个类的子类。
3
The DelegatePaintPanel subclass allows any image to be the background of any other (partially transparent) component. DelegatePaintPanel子类允许任何图像作为任何其他(部分透明)组件的背景。
4
Since an instance of a subclass is an instance of your superclass, you could find multiple instances of the singleton. 由于子类的实例也是单例类的实例,所以可能出现多个单例实例并存的情况。
5
When applied to a method, it means that the method cannot be overridden by a subclass. 应用于方法时,意味着该方法不能被子类覆盖。
6
Two other refactorings, Push Down and Pull Up, move class methods or fields from a class to its subclass or superclass, respectively. 还有两个重构工具,PushDown和PullUp,分别实现将类方法或者属性从一个类移动到其子类或父类中。
7
Any of numerous minute marine and freshwater crustaceans of the subclass Copepoda, having an elongated body and a forked tail. 桡足动物任一种桡足亚纲的大量海洋或淡水甲壳纲小动物,身体细长,尾部分叉
8
A Struts action is an instance of an Action class subclass that implements a portion of a Web application and returns a forward. Struts操作是Action类子类的实例,用来实现一部分Web应用程序并返回一个转发。
9
To fulfill the Liskov principle, you need to adhere to a simple rule: The domain of a method can't be shrunk in a subclass. 要实现利斯科夫原则,您需要坚持简单规则:域的一种方法不能收缩在子类中。
10
The uniqueness of the class cannot be imposed as a compile-time constraint on the subclass unless you use a private constructor. 由于使用了私有的构造方法,单例类不能被强制转化为一个编译期的常量。
11
The sorting algorithm can be applied to any subclass of OrderedArray which implements these methods. 排序算法能被用于实现两个方法的任意的OrderedArray的类。
12
It is the JFrame object with which you share properties and methods -- I do not inherit or subclass the JFrame class. 您将与JFrame对象共享属性与方法——我并没有继承JFrame类。
13
However, the subclass leaves the concrete class as is and does not attempt to instantiate the superclass. 子类没有对具体的方法做改变,也没有试图实例化超类。
14
Similarly, a subclass destructor must call its superclass destructor after it has completed its own resource reclamation. 类似地,子类析构函数在它完成其资源释放之后,也要调用基类的析构函数。
15
If none of the prepackaged Style classes fit your needs, you can subclass the base Style class and define your own naming conventions. 如果没有预包装的Style类符合您的需要,那么您可以定义Style基类的子类,并定义自己的命名约定。
16
The first two characters of the SQL state are a class value, and the last three characters form a subclass value. SQL状态的前两个字符是一个类值,后三个字符形成子类值。
17
Thread is a subclass of Object, so any reference produced by an expression of type Thread is a valid reference value of type Object. Thread是Object的一个子类,因此任何产生Thread类型的表达式产生的引用都是Object类型的有效引用。
18
For a normal object (non-array): The object must be an instance of the target class or a subclass of the target class. 对于普通对象(非数组):对象必须是目标类的实例或目标类的子类的实例。
19
According to this principle, the ability to substitute a subclass object for a superclass object is characteristic of good design. 此原则表明,子类对象对超类对象的替代能力是优秀设计的重要标志。
20
If the target class is an interface, then it is considered a subclass if it implements that interface. 如果目标类是接口,那么会把它当作实现了该接口的一个子类。
21
You never create an instance of it -- instead, you always work with a subclass. 您永远不会创建它的实例――相反,您总是使用它的子类。
22
In a nutshell, the Liskov principle states that it should always be safe to use a subclass in any place where the parent class is expected. 简单地说,利斯科夫原则指出应该始终是安全的在父类别预计的任何地方使用子类。
23
The RestServlet is passed as init-param the name of the Application subclass that the Book service supplies. RestServlet被传递为init-param,这是Books服务提供的Application子类的名称。
24
Qualified subclass name: Name subclasses to communicate the similarities and differences with a superclass. 子类名称要合格:对子类的命名会表述出其与超类之间的相似和差异之处。
25
It would be perfectly reasonable to subclass GenericDaoHibernateImpl to add query capabilities for each domain object. 让子类GenericDaoHibernateImpl为每个域对象添加查询能力将非常合理。
26
Since the format of the file has changed, a new javax. security. auth. Policy subclass is needed to parse the file. 既然文件格式已经改变,就需要一个新的javax.security.auth.Policy子类来解析文件。
27
Directly, they are actually designed for you to subclass and fill in your specific behavior. 但实际上它们被设计为可以子类化也可以加入特定行为。
28
If a subclass of one of these classes needed to override the default behavior, it could do so by overriding the method. 如果这些类中的任何一个的子类需要覆盖默认行为,那么可以通过覆盖这个方法实现。
29
This concept is getting more into the area of treating each element of an enumerated type as a subclass. 这个概念正在深入到将枚举类型的每个元素作为一个子类对待的领域。
30
The Swing adaptors allow you to subclass the adaptor and just override the methods you need to handle for the event. Swing适配器允许您子类化适配器,并且可以仅重写处理事件所需的方法。