Prabhu Raja
What is a delegate?
By Prabhu Raja in ASP.NET on Dec 27 2011
  • sangeeta chandra
    Mar, 2012 23

    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.

    • 0
  • Prabhu Raja
    Dec, 2011 27

    1. A strongly typed function pointer.
    2. A light weight thread or process that can call a single method.
    3. A reference to an object in a different process.
    4. An inter-process message channel.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS