Information | |
---|---|
has gloss | eng: In software engineering, the delegation pattern is a design pattern in object-orientated programming where an object, instead of performing one of its stated tasks, delegates that task to an associated helper object. It passes the buck, so to speak (technically, an Inversion of Responsibility). The helper object is called the delegate. The delegation pattern is one of the fundamental abstraction patterns that underlie other software patterns such as composition (also referred to as aggregation), mixins and aspects. |
lexicalization | eng: delegation pattern |
instance of | c/Software design patterns |
Meaning | |
---|---|
Russian | |
has gloss | rus: В разработке ПО, шаблон делегирования — это способ, которым объект внешне выражает некоторое поведение, но в реальности передаёт ответственность за выполнение этого поведения связанному объекту. Шаблон делегирования является фундаментальной абстракцией, которая поддерживает композицию (также называемую агрегацией), примеси (mixins) и аспекты (aspects). |
lexicalization | rus: Шаблон делегирования |
Chinese | |
has gloss | zho: 委托模式是软件设计模式中的一项基本技巧。在委托模式中,有两个对象参与处理同一个请求,接受请求的对象将请求委托给另一个对象来处理。委托模式是一项基本技巧,许多其他的模式,如状态模式、策略模式、访问者模式本质上是在更特殊的场合采用了委托模式。委托模式使得我们可以用聚合来替代继承,它还使我们可以模拟mixin。 |
lexicalization | zho: 委托模式 |
Lexvo © 2008-2024 Gerard de Melo. Contact Legal Information / Imprint