Definify.com
Definition 2025
superclass
superclass
See also: super class
English
Alternative forms
Noun
superclass (plural superclasses)
- (computing, object-oriented programming) A high-level class that passes attributes and methods down the hierarchy to subclasses.
- (taxonomy) A taxon ranking below a phylum and above a class.
Antonyms
Hypernyms
Translations
class that passes attributes and methods
|
References
-
superclass on Wikipedia.Wikipedia
Verb
superclass (third-person singular simple present superclasses, present participle superclassing, simple past and past participle superclassed)
- (transitive, computing, object-oriented programming) To create a superclass of.
- 2001, Stephen Teilhet, Subclassing and Hooking With Visual Basic (page 223)
- Applications incorporating superclassing "clean up" by calling UnregisterClass on all superclassed classes.
- 2001, Stephen Teilhet, Subclassing and Hooking With Visual Basic (page 223)
See also
- (computing): abstract type, base class, interface