Saturday, July 21, 2007

Delegates

Delegates are types used to invoke one or more methods where the actual method invoked is determined at run time.

This provides a safe way for derived objects to subscribe to events provided by their base class.
Delegates also provide a way for programs to respond to asynchronous procedures

Delegates provide a way to invoke methods by their address rather than by their name

No comments: