国产高清精品免费区-男女一进一出抽搐免费视频-中日韩一二三级黄色永久视频-日韩精品人妻一区二区免费视频-日本久久视频在线观看-99热这里只有精品88热-亚洲韩国黄色最新短视频一区-日韩伦理在线观看免费全集-国产av一区二区三区天堂

subclass

subclass

 英

  • n.【生】亞綱;【數(shù)】子集(合)
  • 網(wǎng)絡(luò)子類(lèi);子類(lèi)別;子類(lèi)化

詞形變化

復(fù)數(shù):subclasses  

英漢解釋

n.
1.
【生】亞綱;【數(shù)】子集(合)

英英解釋

n.

例句

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)工具,PushDownPullUp分別實(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.

ThreadObject一個(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.

SOAPFaultExceptionjava.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)屬性。

熱門(mén)查詢(xún)