subclass
美
英 
- n.【生】亞綱;【數(shù)】子集(合)
- 網(wǎng)絡(luò)子類(lèi);子類(lèi)別;子類(lèi)化
詞形變化
復(fù)數(shù):subclasses
英漢解釋
英英解釋
例句
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.
如果你子類(lèi)化的控件僅有幾個(gè),那么這種方法仍可行。但是當(dāng)你子類(lèi)化一打(十二個(gè))左右的控件時(shí)它將是一個(gè)惡夢(mèng)。
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.
任何時(shí)候你定義一個(gè)新類(lèi)繼承自已有的類(lèi),這個(gè)新類(lèi)就叫做已有那個(gè)類(lèi)的子類(lèi)。
The DelegatePaintPanel subclass allows any image to be the background of any other (partially transparent) component.
DelegatePaintPanel子類(lèi)允許任何圖像作為任何其他(部分透明)組件的背景。
Since an instance of a subclass is an instance of your superclass, you could find multiple instances of the singleton.
由于子類(lèi)的實(shí)例也是單例類(lèi)的實(shí)例,所以可能出現(xiàn)多個(gè)單例實(shí)例并存的情況。
When applied to a method, it means that the method cannot be overridden by a subclass.
應(yīng)用于方法時(shí),意味著該方法不能被子類(lèi)覆蓋。
Two other refactorings, Push Down and Pull Up, move class methods or fields from a class to its subclass or superclass, respectively.
還有兩個(gè)重構(gòu)工具,PushDown和PullUp,分別實(shí)現(xiàn)將類(lèi)方法或者屬性從一個(gè)類(lèi)移動(dòng)到其子類(lèi)或父類(lèi)中。
Any of numerous minute marine and freshwater crustaceans of the subclass Copepoda, having an elongated body and a forked tail.
橈足動(dòng)物任一種橈足亞綱的大量海洋或淡水甲殼綱小動(dòng)物,身體細(xì)長(zhǎng),尾部分叉
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類(lèi)子類(lèi)的實(shí)例,用來(lái)實(shí)現(xiàn)一部分Web應(yīng)用程序并返回一個(gè)轉(zhuǎn)發(fā)。
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.
要實(shí)現(xiàn)利斯科夫原則,您需要堅(jiān)持簡(jiǎn)單規(guī)則:域的一種方法不能收縮在子類(lèi)中。
The uniqueness of the class cannot be imposed as a compile-time constraint on the subclass unless you use a private constructor.
由于使用了私有的構(gòu)造方法,單例類(lèi)不能被強(qiáng)制轉(zhuǎn)化為一個(gè)編譯期的常量。
The sorting algorithm can be applied to any subclass of OrderedArray which implements these methods.
排序算法能被用于實(shí)現(xiàn)兩個(gè)方法的任意的OrderedArray的類(lèi)。
It is the JFrame object with which you share properties and methods -- I do not inherit or subclass the JFrame class.
您將與JFrame對(duì)象共享屬性與方法——我并沒(méi)有繼承JFrame類(lèi)。
However, the subclass leaves the concrete class as is and does not attempt to instantiate the superclass.
子類(lèi)沒(méi)有對(duì)具體的方法做改變,也沒(méi)有試圖實(shí)例化超類(lèi)。
Similarly, a subclass destructor must call its superclass destructor after it has completed its own resource reclamation.
類(lèi)似地,子類(lèi)析構(gòu)函數(shù)在它完成其資源釋放之后,也要調(diào)用基類(lèi)的析構(gòu)函數(shù)。
If none of the prepackaged Style classes fit your needs, you can subclass the base Style class and define your own naming conventions.
如果沒(méi)有預(yù)包裝的Style類(lèi)符合您的需要,那么您可以定義Style基類(lèi)的子類(lèi),并定義自己的命名約定。
The first two characters of the SQL state are a class value, and the last three characters form a subclass value.
SQL狀態(tài)的前兩個(gè)字符是一個(gè)類(lèi)值,后三個(gè)字符形成子類(lèi)值。
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的一個(gè)子類(lèi),因此任何產(chǎn)生Thread類(lèi)型的表達(dá)式產(chǎn)生的引用都是Object類(lèi)型的有效引用。
For a normal object (non-array): The object must be an instance of the target class or a subclass of the target class.
對(duì)于普通對(duì)象(非數(shù)組):對(duì)象必須是目標(biāo)類(lèi)的實(shí)例或目標(biāo)類(lèi)的子類(lèi)的實(shí)例。
According to this principle, the ability to substitute a subclass object for a superclass object is characteristic of good design.
此原則表明,子類(lèi)對(duì)象對(duì)超類(lèi)對(duì)象的替代能力是優(yōu)秀設(shè)計(jì)的重要標(biāo)志。
If the target class is an interface, then it is considered a subclass if it implements that interface.
如果目標(biāo)類(lèi)是接口,那么會(huì)把它當(dāng)作實(shí)現(xiàn)了該接口的一個(gè)子類(lèi)。
You never create an instance of it -- instead, you always work with a subclass.
您永遠(yuǎn)不會(huì)創(chuàng)建它的實(shí)例――相反,您總是使用它的子類(lèi)。
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.
簡(jiǎn)單地說(shuō),利斯科夫原則指出應(yīng)該始終是安全的在父類(lèi)別預(yù)計(jì)的任何地方使用子類(lèi)。
The RestServlet is passed as init-param the name of the Application subclass that the Book service supplies.
RestServlet被傳遞為init-param,這是Books服務(wù)提供的Application子類(lèi)的名稱(chēng)。
Qualified subclass name: Name subclasses to communicate the similarities and differences with a superclass.
子類(lèi)名稱(chēng)要合格:對(duì)子類(lèi)的命名會(huì)表述出其與超類(lèi)之間的相似和差異之處。
It would be perfectly reasonable to subclass GenericDaoHibernateImpl to add query capabilities for each domain object.
讓子類(lèi)GenericDaoHibernateImpl為每個(gè)域對(duì)象添加查詢(xún)能力將非常合理。
Since the format of the file has changed, a new javax. security. auth. Policy subclass is needed to parse the file.
既然文件格式已經(jīng)改變,就需要一個(gè)新的javax.security.auth.Policy子類(lèi)來(lái)解析文件。
Directly, they are actually designed for you to subclass and fill in your specific behavior.
但實(shí)際上它們被設(shè)計(jì)為可以子類(lèi)化也可以加入特定行為。
If a subclass of one of these classes needed to override the default behavior, it could do so by overriding the method.
如果這些類(lèi)中的任何一個(gè)的子類(lèi)需要覆蓋默認(rèn)行為,那么可以通過(guò)覆蓋這個(gè)方法實(shí)現(xiàn)。
This concept is getting more into the area of treating each element of an enumerated type as a subclass.
這個(gè)概念正在深入到將枚舉類(lèi)型的每個(gè)元素作為一個(gè)子類(lèi)對(duì)待的領(lǐng)域。
The Swing adaptors allow you to subclass the adaptor and just override the methods you need to handle for the event.
Swing適配器允許您子類(lèi)化適配器,并且可以僅重寫(xiě)處理事件所需的方法。
Primitive recursive functions are a naturally defined subclass of the recursive functions.
遞歸原語(yǔ)函數(shù)是遞歸函數(shù)定義的一個(gè)子類(lèi)。
Once registered, this subclass receives notifications of network state transitions sent by the Lotus Expeditor network component.
一旦注冊(cè),這個(gè)子類(lèi)就會(huì)接收由LotusExpeditor網(wǎng)絡(luò)組件發(fā)送的網(wǎng)絡(luò)狀態(tài)轉(zhuǎn)換的通知。
an order of dicotyledonous plants of the subclass Asteridae; have opposite leaves and an inferior compound ovary.
菊亞綱雙子葉植物的一目;有成對(duì)的葉子和低位復(fù)合子房。
SOAPFaultException is a subclass of java. lang. RuntimeException, so it is not necessary to declare it in a throws clause.
SOAPFaultException是java.lang.RuntimeException的子類(lèi),所以不必要在throws語(yǔ)句中聲明它。
Template Method lets subclass redefine certain steps of an algorithm without changing the algorithm "s structure. "
模板方法使得子類(lèi)可以在不改變算法結(jié)構(gòu)的情況下,重新定義算法中的某些步驟。
Vocabulary learning strategies as a subclass of language learning strategies also have drawn much attention in recent years.
詞匯學(xué)習(xí)策略作為學(xué)習(xí)策略的一部分在近幾年也受到了很大的關(guān)注。
A broadcast receiver is implemented as a subclass of BroadcastReceiver and each broadcast is delivered as an Intent object.
一個(gè)broadcastreceiver通過(guò)繼承BroadcastReceiver類(lèi)來(lái)實(shí)現(xiàn),每個(gè)broadcast被作為一個(gè)Intent對(duì)象發(fā)布。
Another approach to the Expression Problem is multiple inheritance, in which one subclass can extend many superclasses.
表達(dá)式問(wèn)題的另一種方法是多重繼承,即一個(gè)子類(lèi)可擴(kuò)展許多超類(lèi)。
All the subclass does is convert the text data into a date value.
所有的子類(lèi)將文本數(shù)據(jù)轉(zhuǎn)換為數(shù)據(jù)值。
Table per-class: (Optional) Each concrete subclass is mapped to a table and contains columns for super class attributes.
按類(lèi)表:(可選)每個(gè)具體的子類(lèi)映射到一個(gè)表,并且包含超類(lèi)屬性的列。