Subject | English | Russian |
progr. | A class is an abstract data type equipped with a possibly partial implementation | Класс – это абстрактный тип данных, поставляемый с возможно частичной реализацией (см. Object-Oriented Software Construction second edition by Bertrand Meyer ssn) |
progr. | A class is an abstract data type equipped with a possibly partial implementation | Класс это абстрактный тип данных, поставляемый с возможно частичной реализацией (см. Object-Oriented Software Construction second edition by Bertrand Meyer ssn) |
progr. | accessibility implementation class | класс реализации специальных возможностей (ssn) |
progr. | an object's type is defined by its interface. an object's implementation is defined by its class | Тип объекта определяется его интерфейсом, а реализация-классом (см. Designing Concurrent, Distributed, and Real-Time Applications with UML by Hassan Gomaa ssn) |
progr. | class implementation | реализация класса (ssn) |
progr. | class implementation code | код реализации класса (англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2 Alex_Odeychuk) |
progr. | class name of the strategy implementation | имя класса реализации стратегии (Alex_Odeychuk) |
progr. | class-implementation programmer | программист реализации класса (ssn) |
comp., MS | create the implementation class | создать класс реализации (Alex_Odeychuk) |
comp., MS | create the implementation class manually | создать класс реализации вручную (Alex_Odeychuk) |
SAP.tech. | implementation class | класс внедрения |
progr. | implementation class | класс реализации (в кн.: Солтер Н.А., Клепер С.Дж. С++ для профессионалов. – М.: Вильямс, 2006. – 912 с. owant) |
progr. | implementation class | класс, ответственный за реализацию (IBM Alex_Odeychuk) |
progr. | implementation of a class | реализация класса (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) |
progr. | two implementations of the same task class | два экземпляра одного и того же класса задачи (ssn) |
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) |