DictionaryForumContacts

Terms for subject Programming containing class inheritance | all forms | exact matches only | in specified order only
EnglishRussian
based on class inheritanceоснованный на наследовании классов (Alex_Odeychuk)
class inheritanceнаследование класса (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn)
class table inheritanceнаследование с таблицами для каждого класса (представляет иерархию наследования классов, используя по одной таблице для каждого класса ssn)
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)
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)
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)
replace class inheritanceзаменять собой наследование классов (Alex_Odeychuk)
single-class inheritanceнаследование от одного класса (ssn)
support for the table-per-concrete-class inheritance mapping strategyподдержка стратегии отображения наследования "таблица на конкретный класс" (ssn)
table-per-concrete-class inheritance mapping strategyстратегия отображения наследования "таблица на конкретный класс" (Java ssn)
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)

Get short URL