Subject | English | Russian |
progr. | based on class inheritance | основанный на наследовании классов (Alex_Odeychuk) |
progr. | building classes with inheritance | построение классов с использованием наследования (из кн.: Солтер Н.А., Клепер С.Дж. С++ для профессионалов Alex_Odeychuk) |
progr. | class inheritance | наследование класса (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn) |
IT | class inheritance | наследование классов |
progr. | class table inheritance | наследование с таблицами для каждого класса (представляет иерархию наследования классов, используя по одной таблице для каждого класса ssn) |
progr. | concepts of classes and inheritance | концепции классов и наследования (ssn) |
progr. | for sequential systems, the emphasis is on the object-oriented concepts of information hiding, classes, and inheritance | для последовательных систем акцент делается на объектно-ориентированных концепциях сокрытия информации, классов и наследования (см. Software Modeling and Design by Hassan Gomaa 2011) |
progr. | mixin class: A class designed to be combined with other classes through inheritance. Mixin classes are usually abstract | подмешанный класс: класс, спроектированный так, чтобы сочетаться с другими классами путём наследования. Подмешанные классы обычно абстрактны (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn) |
progr. | object-oriented concepts of information hiding, classes, and inheritance | объектно-ориентированные концепции сокрытия информации, классов и наследования (ssn) |
progr. | of course, a language feature would not be worthy of the name "class" without supporting inheritance | Конечно, особенность языка не достойна называться "классом" без поддержки наследования (см. An Introduction to Python – The Python Tutorial version 3.2 by Guido van Rossum and Fred L. Drake 2011) |
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) |
progr. | replace class inheritance | заменять собой наследование классов (Alex_Odeychuk) |
progr. | single-class inheritance | наследование от одного класса (ssn) |
progr. | support for the table-per-concrete-class inheritance mapping strategy | поддержка стратегии отображения наследования "таблица на конкретный класс" (ssn) |
progr. | table-per-concrete-class inheritance mapping strategy | стратегия отображения наследования "таблица на конкретный класс" (Java ssn) |
progr. | the concepts of classes and inheritance were first used in Simula 67, but only with the introduction of Smalltalk did they start gaining widespread acceptance | Концепции классов и наследования были введены в языке Simula 67, но получили широкое распространение только с появлением языка Smalltalk (см. Designing Concurrent, Distributed, and Real-Time Applications with UML by Hassan Gomaa) |
progr. | white-box reuse: A style of reuse based on class inheritance. A subclass reuses the interface and implementation of its parent class, but it may have access to otherwise private aspects of its parent | прозрачный ящик как способ повторного использования: стиль повторного использования, основанный на наследовании классов. Подкласс повторно использует интерфейс и реализацию родительского класса, но может также иметь доступ к закрытым для других аспектам своего родителя (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn) |