Dinesh Beniwal
What’s a delegate?
By Dinesh Beniwal in C# on Jul 13 2006
  • Keerthi Venkatesan
    Apr, 2016 22

    A delegate is a reference type variable that holds the reference to a method. The reference can be changed at runtime.

    • 0
  • Dinesh Beniwal
    Jul, 2006 13

    A delegate object encapsulates a reference to a method. In C++ they were referred to as function pointers.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS