subclass

Definition from Wiktionary, the free dictionary
Jump to: navigation, search

Contents

English[edit]

Pronunciation[edit]

  • (file)

Etymology[edit]

sub- +‎ class

Noun[edit]

subclass (plural subclasses)

  1. (taxonomy) A rank directly below class
  2. (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[edit]

Translations[edit]

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.

Verb[edit]

subclass (third-person singular simple present subclasses, present participle subclassing, simple past and past participle subclassed)

  1. (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.