subclassed
美
英 
例句
Notice that "external references" includes not just objects that are referred to, but external classes that can be used and even subclassed.
注意“外部引用”不仅仅包括引用的对象,还包括可以使用的类,甚至子类。
Generally, double leading underscores should be used only to avoid name conflicts with attributes in classes designed to be subclassed.
通常,双前导下划线应该只用来避免与类(为可以子类化所设计)中的属性发生名字冲突。
The portlet class needs to be subclassed and the action needs to be intercepted before the existing view is rendered.
在呈现现存的视图之前需要再细分portlet类,也需要截取动作。
It provides an abstract class which must be subclassed to create portlets.
它提供了抽象子类来创建portlet。
It is abstract, though, so it is meant to be subclassed.
不过,它是一个抽象类,因而需要被细分类。
final class may not be subclassed.
final类不可以被子类继承。
This generic DAO can be used directly or subclassed depending on the needs of the entity that is being queried.
可以直接使用这个泛型DAO,也可以根据查询的实体的需要,从它派生出子类。
In programming, you can declare some interfaces and classes final so that they are not subclassed.
在编程时,可以将一些接口和类声明为final,这样就不能用它们产生子类。