subclassed
美
英 
例句
Notice that "external references" includes not just objects that are referred to, but external classes that can be used and even subclassed.
注意“外部引用”不僅僅包括引用的對(duì)象,還包括可以使用的類,甚至子類。
Generally, double leading underscores should be used only to avoid name conflicts with attributes in classes designed to be subclassed.
通常,雙前導(dǎo)下劃線應(yīng)該只用來避免與類(為可以子類化所設(shè)計(jì))中的屬性發(fā)生名字沖突。
The portlet class needs to be subclassed and the action needs to be intercepted before the existing view is rendered.
在呈現(xiàn)現(xiàn)存的視圖之前需要再細(xì)分portlet類,也需要截取動(dòng)作。
It provides an abstract class which must be subclassed to create portlets.
它提供了抽象子類來創(chuàng)建portlet。
It is abstract, though, so it is meant to be subclassed.
不過,它是一個(gè)抽象類,因而需要被細(xì)分類。
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.
可以直接使用這個(gè)泛型DAO,也可以根據(jù)查詢的實(shí)體的需要,從它派生出子類。
In programming, you can declare some interfaces and classes final so that they are not subclassed.
在編程時(shí),可以將一些接口和類聲明為final,這樣就不能用它們產(chǎn)生子類。