Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
derived class
Jump to user comments
programming (Or "subclass") In object-oriented
programming, a class that is derived from a base class by
inheritance. The derived class contains all the features of
the base class, but may have new features added or redefine
existing features.