Subject | English | Russian |
progr. | accessibility of inherited class properties | видимость унаследованных свойств классов (ssn) |
progr. | inherit from a super class | наследовать от родительского класса (корпорации AdaCore Alex_Odeychuk) |
progr. | inherit from a super class | наследовать от суперкласса (Alex_Odeychuk) |
IT | inherited class | унаследованный класс |
progr. | inherited class properties | унаследованные свойства классов (ssn) |
progr. | inherited from class | унаследованный от класса (ssn) |
IT | multi-inherited class | класс с множественным наследованием |
progr. | parent class: The class from which another class inherits. Synonyms are superclass Smalltalk, base class C++, and ancestor class | родительский класс: класс, которому наследует другой класс. Синонимы – суперкласс Smalltalk, базовый класс C ++ и класс-предок (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn) |
progr. | parent class: The class from which another class inherits. Synonyms are superclass Smalltalk, base class C++, and ancestor class | родительский класс: класс, которому наследует другой класс. Синонимы суперкласс Smalltalk, базовый класс C ++ и класс-предок (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn) |
progr. | private inheritance: In C++, a class inherited solely for its implementation | закрытое наследование: в C++: класс, наследуемый только ради реализации (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn) |