Delegation (disambiguation)

Delegation is the entrustment by a party of work or responsibility and authority to another and the creation of accountability for performance. A delegation can also be a group of individuals, often called delegates, who represent the interests of a larger organization or body, often from a geographical area.

The word also refers to:

Computing

In computing, delegation refers generally to one entity passing something to another entity, and narrowly to various specific forms of relationships:

  • Delegation (object-oriented programming), evaluating a member of one object (the receiver) in the context of another, original object (the sender).
  • Delegation (computer security), one user or process allowing another user or process to use their credentials or permissions.
  • Delegate (CLI), a form of type-safe function pointer used by the Common Language Infrastructure (CLI), specifying both a method to call and optionally an object to call the method on.

See also