What is a delegate?
Prabhu Raja
It is type safe method reference with delegates, a program can dynamically call diffrent method at run time.The primary perpose of delegates is to establish a infrastructure to support evnt.Delegate use for calling of multiple fuction with respect to same written type and parameter list.