Multiple choice

Which of the following is a false statement about delegates in .Net framework?

  1. Delegates are similar to function pointer in C++.

  2. Delegates are type safe.

  3. Delegates are value type.

  4. None of the above

  5. Both (2) and (3)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

 This is false as delegates are reference type.