sin ejemplosSe encuentra en 1 diccionario
El diccionario ruso-inglés de ciencias informáticas- The present edition has been significantly enriched with terms from such areas as logical device design and modeling, knowledge engineering, production computerization, artificial intelligence systems, computer networks, digital signal processing, parallel and pipeline computations, system analysis, Internet Technology.
- The present edition has been significantly enriched with terms from such areas as logical device design and modeling, knowledge engineering, production computerization, artificial intelligence systems, computer networks, digital signal processing, parallel and pipeline computations, system analysis, Internet Technology.
множественное наследование
(форма наследования функций и свойств классами, при которой производный класс может иметь любое число базовых) multiple inheritance ООП
Ejemplos de los textos
Исключено множественное наследование. Оно заменено новым понятием — интерфейсом, позаимствованным из языка Objective С.They eliminated multiple inheritance, replacing it with a new notion of interface that they derived from Objective C.Хорстманн, Кей С.,Корнелл, Гари / Java 2. Том I. Основы.Horstmann, Cay S.,Cornell, Gary / Core Java™ 2, Volume I - FundamentalsCore Java™ 2, Volume I - FundamentalsHorstmann, Cay S.,Cornell, Gary© 2001 Sun Microsystems, Inc.Java 2. Том I. Основы.Хорстманн, Кей С.,Корнелл, Гари© Sun Microsystems, Inc., 2003© Издательский дом "Вильямс", 2003
Анализ причин, по которым множественное наследование не позволяет воплощать гибкие проектные решения, помогает найти правильный выход.Analyzing the reasons why multiple inheritance fails to allow the creation of flexible designs provides interesting ideas for reaching a sound solution.Александреску, Андрей / Современное проектирование на C++Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedModern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-WesleyСовременное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002
C++ поддерживает множественное наследование и интерфейсов, и реализации.C++ supports multiple inheritance of both interface and implementation.Макконнелл, Стив / Совершенный код: Практическое руководство по разработке программного обеспеченияMcConnell, Steve / Code Complete: A Practical Handbook of Software ConstructionCode Complete: A Practical Handbook of Software ConstructionMcConnell, Steve© 2004 by Steven С. McConnellСовершенный код: Практическое руководство по разработке программного обеспеченияМакконнелл, Стив© Перевод на русский язык, Microsoft Corporation, 2004© Оригинальное издание на английском языке, Steven С. McConnell, 2004
В то время множественное наследование в языке C++ еще не было реализовано.At that time, multiple inheritance had not yet been introduced in C++.Александреску, Андрей / Современное проектирование на C++Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedModern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-WesleyСовременное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002
Множественное наследование позволяет создавать классы, которые наследуются из двух или более базовых классов, объединяя их функциональные возможности.Multiple inheritance lets you create classes that inherit from two or more base classes, combining their functionality.Прата, Стивен / Язык программирования C++. Лекции и упражненияPrata, Stephen / C++ Primer PlusC++ Primer PlusPrata, Stephen© 2002 by Sams PublishingЯзык программирования C++. Лекции и упражненияПрата, Стивен© 2002 by Sams Publishing© Издательский дом "Вильямс", 2006
Множественное наследование теряет информацию о типах; шаблоны ими изобилуют.Multiple inheritance loses type information, which abounds in templates.Александреску, Андрей / Современное проектирование на C++Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedModern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-WesleyСовременное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002
Интерфейс дает программисту почти все, что тот может получить от множественного наследования, избегая при этом сложностей, возникающих при управлении иерархиями классов.Interfaces give you most of what you want from multiple inheritance, without the complexity that comes with managing multiple inheritance hierarchies.Хорстманн, Кей С.,Корнелл, Гари / Java 2. Том I. Основы.Horstmann, Cay S.,Cornell, Gary / Core Java™ 2, Volume I - FundamentalsCore Java™ 2, Volume I - FundamentalsHorstmann, Cay S.,Cornell, Gary© 2001 Sun Microsystems, Inc.Java 2. Том I. Основы.Хорстманн, Кей С.,Корнелл, Гари© Sun Microsystems, Inc., 2003© Издательский дом "Вильямс", 2003
Añadir a mi diccionario
множественное наследование
multiple inheritance
Traducciones de usuarios
Aún no hay traducciones del este texto.
¡Sé primero de traducirlo!