DictionaryForumContacts

   Russian
Terms for subject Programming containing тип реализации | all forms | in specified order only
RussianEnglish
абстрактный тип данных, поставляемый с возможно частичной реализациейabstract data type equipped with a possibly partial implementation (о классе в ООП ssn)
Класс – это абстрактный тип данных, поставляемый с возможно частичной реализацией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)
переопределить реализацию в унаследованном типеoverride an implementation in an inherited type (Alex_Odeychuk)
Тип объекта определяется его интерфейсом, а реализация-классом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)
тип реализацииimplementation type (говоря о контейнере внедрения зависимостей ASP.NET Core Alex_Odeychuk)
тип технологии реализацииtype of implementation technology (ssn)
тип указателей, определённый реализациейpointer type defined by the implementation (ssn)
тип, фактически хранимый реализациейtype actually stored by the implementation (ssn)
этот приём, называемый "перегрузкой методов", используется для реализации методов, выполняющих сходные задачи с разными типами и / или количеством аргументовthis technique, called method overloading, is used to implement methods that perform similar tasks but with different types and/or different numbers of arguments (см. Deitel P., Deitel. H. – Visual C# 2012 How to Program, 5Ed. – 2013)