subclass
English
Pronunciation
-
Audio (UK) (file)
Etymology
Noun
subclass (plural subclasses)
- (taxonomy) A rank directly below class
- (computing) In object-oriented programming, an object class derived from another class (its superclass) from which it inherits a base set of properties and methods.
Antonyms
Translations
taxonomy
|
computing
- The translations below need to be checked and inserted above into the appropriate translation tables, removing any numbers. Numbers do not necessarily match those in definitions. See instructions at Help:How to check translations.
Translations to be checked
|
Verb
subclass (third-person singular simple present subclasses, present participle subclassing, simple past and past participle subclassed)
- (transitive, computing) In object-oriented programming, to create a subclass of.
- I subclassed the Button class to create a more specialised FancyButton class for my user interface.