- 1
A subclass is a smaller, more specific group inside a bigger category. In biology classification, it sits between 'class' and 'order.' In computer programming, a subclass is a new class built from an existing one — it automatically gets that class's features and can add its own on top. In everyday use, it just means a more specific type within a broader group: 'a poodle is a subclass of dog.'
子類別;(生物分類)亞綱;(程式設計)子類別
組成sub- (under, below) + class
同家族的字
- classthe base word — a group or category of things
原始詞典資料5 筆記錄
以下是外部詞典記錄的用法,原文照列,我們還沒有寫成教學內容。上面的說明才是我們自己寫的;有些用法可能上面已經講過了。
subclassnoun/ˈsʌbklæs/
- 1
A secondary class within a main class.
- 1959, "Steam's Finest Hour" edited by David P. Morgan, Kalmbach Publishing Co., referring to the R-1 Mountain class loco. These 4-8-2's, of which B&M eventually purchased 18 in various subclasses, could almost haul the tonnage of a T and more than made up for the slight deficiency by raising the maximum speed limit from 45 to 70 miles per hour, thanks to 73-inch drivers.
- Goffin is a prose text interspersed with short lists of typical terms exemplifying certain sub-classes of Indian English lexis.
- 2
biologynatural-sciencestaxonomyA rank directly below class.
- 3
An object class derived from another class (its superclass) from which it inherits a base set of properties and methods.
subclassverb/ˈsʌbklæs/
- 1
computingengineeringmathematics(in object-oriented programming) To create a subclass of (some class).
- I subclassed the Button class to create a more specialised FancyButton class for my user interface.
- 2
computingengineeringmathematicsTo cause (an object) to act as an instance of a subclass (by creating the desired subclass and instantiating an object of this subclass).
- Since Windows knows about these events, your application should be able to know about them as well. In order to accomplish this, subclass the window of a form or control, intercepting all of its events.
資料來源:英文維基詞典 English Wiktionary(CC BY-SA 4.0)。 原文照列,未經改寫。