Англо-русский словарь компьютерных терминов:
base class
базовый класс
класс, из которого производится наследование подклассами
Смотри также:
abstract class
,
class
,
derived class
,
inheritance
,
OOP
,
subclass
Синоним(ы):
superclass
Free On-line Dictionary of Computing:
base class
(Or "superclass") The
class
from which another
class (a "subclass") inherits, the class it is based on.
"base class" is the term used in
C++
. The objects of the
superclass are a superset of the objects of the subclass.
See
inheritance
.
(2004-01-31)