superclass
Superclass是什么意思,
Superclass怎么讀
語音:
英音
['sju:p?klɑ:s]
美音 ['sju:p??klɑ:s]
n. 超類;總綱
superclass是一個英語單詞,意思是“超類;上級類”。在面向對象的編程語言中,超類或父類是派生類(或稱為子類)的基類或基礎。換句話說,超類是派生類的基礎或父類,派生類繼承了超類的所有屬性和方法。在面向對象的設計中,使用超類可以提供一種方式來定義通用的行為或屬性,并在派生類中擴展或修改這些行為或屬性。
用作名詞(n.)
- Through the use of inheritance, programmers can reuse the code in the superclass many times.
經過繼承的使用,程序設計者能許多次重復使用總綱的碼。 - However, subclasses are not limited to the state and behaviors provided to them by their superclass.
然而,亞綱沒被限制在狀態和對他們被他們的總綱提供的行為。 - The requirement for this common superclass is driven by the need for interception.
對這一公用超類的要求源自截獲需要。 - Name subclasses in your hierarchies by prepending on an adjective to the superclass name.
在超類名字前加上內容命名你層次中的子類。
superclass of a class:類的一個超類
subclass of a superclass:超類的一個子類
inherit superclass methods:繼承超類的方法
override superclass methods:覆蓋超類的方法
superclass behavior:超類的行為
superclass attributes:超類的屬性
superclass class:超類的類
superclass class hierarchy:超類的類層次結構
以上是留學之路(www.freshsetoftracks.com)小編為您整理的superclass單詞相關內容。