Delegation (computing)
In computing or computer programming, delegation refers generally to one entity passing something to another entity, and narrowly to various specific forms of relationships. These include: Delegation (object-oriented programming), evaluating a member of one object (the receiver) in the context of another, original object (the sender).