Multiple choice

Which of the following is used to declare a reference type that can be used to encapsulate a named or an anonymous method?

  1. Public

  2. Private

  3. Delegate

  4. Array

  5. String

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

It is used to declare a reference type that can be used to encapsulate a named or an anonymous method.