DictionaryForumContacts

   English Russian
Terms for subject Programming containing abstract class: A class | all forms
EnglishRussian
A class is an abstract data type equipped with a possibly partial implementationКласс – это абстрактный тип данных, поставляемый с возможно частичной реализацией (см. Object-Oriented Software Construction second edition by Bertrand Meyer ssn)
A class is an abstract data type equipped with a possibly partial implementationКласс – это абстрактный тип данных, поставляемый с возможно частичной реализацией (см. Object-Oriented Software Construction second edition by Bertrand Meyer 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)