青年中文青年中文

nested class的意思

nested class中文翻譯:

嵌套類;巢狀類別

相似詞語短語

nested───v.筑巢;嵌入(nest的過去分詞);adj.嵌套的,內裝的

neatly nested───整齊地嵌套

nested loop───[計]嵌套循環

nested loops───嵌套循環

nested exception───嵌套異常

nested pcr───嵌套式pcr;[醫]巢床PCR

class───n.(Class)(英、德)克拉斯(人名);vi.屬于……類(或等級),被列為某類(或某級);n.階級;班級;種類;班;等級;vt.分類;把……分等級;把……歸入某等級,把……看作(或分類、歸類);把……編入某一班級;adj.極好的;很好的,優秀的,出色的

class to class───班級間

gladius class───格拉迪斯班

雙語使用場景

Why is the behavior of nested class different between different ways of class declaration?───為什么嵌套類的行為不同的類聲明方式之間的不同嗎?

In this example, a nested class hides a class that has the same name in the base class.───在這個范例中,巢狀類別會隱藏基底類別中具有相同名稱的類別。

If the nested class is a static class, a box showing a preview of the refactoring displays right away.───如果這個嵌套類是一個靜態類,那么就會立即出現一個框,顯示這個重構的預覽。

If you later decide that this data should be shared between classes, this refactoring will create a new class file from the nested class.───如果您后來又決定應該在多個類之間共享這個數據,那么重構操作就能從這個嵌套類中創建新的類文件。

To define the class body outside its enclosing class, we must qualify the name of the nested class by the name of its enclosing class.───為了在外圍類的外部定義類體,必須用外圍類的名字限定嵌套類的名字。

It is a good idea for the type proxy to be a private nested class within the class that the attribute targets.───類型代理最好是作為屬性目標類中的私有嵌套類。

however, if it does not include them, the type parameters are not in scope in the nested class.───不過,如果沒有包含,那麼型別參數就不在巢狀類別的范圍中。

An interface may not contain field declarations, initializer declarations, or nested class declarations.───interface不能包含字段聲明、初始值設定項聲明或嵌套類聲明。

A nonstatic nested class is called an inner class.───非靜態的嵌入類叫內部類。

英語使用場景

Given a nested or non - nested class listing, write code to instantiate the class.