Interview Questions

What is a delegate?

C# Interview Questions and Answers


(Continued from previous question...)

19. What is a delegate?

  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.

(Continued on next question...)

Other Interview Questions