主题类别 | 英语 | 俄语 |
编程 | 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) |
编程 | mixin inheritance | наследование примесей (Alex_Odeychuk) |
编程 | special form of a mixin inheritance | специальная форма наследования примесей (Alex_Odeychuk) |