DictionaryForumContacts

   English Russian
Terms for subject Programming containing Delegation of | all forms | exact matches only | in specified order only
EnglishRussian
automated form of composition and delegationформа автоматической композиции и делегирования (композиции объектов и делегирования вызовов методов Alex_Odeychuk)
consequence of delegationпоследствие делегирования (ssn)
delegation of the workделегирование работы (ssn)
delegation of the work to another objectделегирование работы другому объекту (ssn)
method dependencies in presence of delegationзависимости методов при наличии делегирования (ssn)
method dependencies in the presence of delegationзависимости методов при наличии делегирования (ssn)
presence of delegationналичие делегирования (ssn)
the consequence of delegation is that a client might not know its real supplier and it might not even care to know as long as the "goods" are supplied. Unlike in Figure 9-7, the knowledge of the real supplier may not be available from a static analysis of the program code and be hidden behind the dynamicity of inheritance in particular interface inheritance and polymorphismПоследствие делегирования таково, что клиент может и не знать своего реального поставщика и он даже может не хотеть знать это, пока не получит "требуемое". В отличие от рис. 9.7 знание реального поставщика может быть недоступно из статического анализа программного кода и может быть скрыто за динамикой наследования в частности, наследования интерфейса и полиморфизма (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
the delegation is normally necessary to allow a client object in one layer to get a service from an object in a distant non-neighboring layer. Otherwise, the stable framework of vertical hierarchical layers Section 9.1.3 would disintegrate to a random network of intercommunicating objects with no hope to understand or control the system complexity and evolutionДелегирование обычно необходимо, чтобы позволить объекту-клиенту получить услугу на одном уровне от объекта, находящегося на отдалённом несоседнем уровне. Иными словами, устойчивый шаблон структуры вертикальных иерархических уровней раздел 9.1.3 будет разложен на случайную сеть взаимосвязанных объектов без какой-либо надежды понять или управлять сложностью системы и её эволюцией (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)