Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary (also found in English - Vietnamese, English - English (Wordnet), )
inheritance
Jump to user comments
programming, object-oriented In object-orientedprogramming, the ability to derive new classes from
existing classes. A derived class (or "subclass") inherits
(or "superclass"), and may add new instance variables and
methods. New methods may be defined with the same names as
those in the base class, in which case they override the
original one.