C# Programming - Delegates - Discussion

Discussion Forum : Delegates - General Questions (Q.No. 7)
7.
Which of the following statements are correct about a delegate?
  1. Inheritance is a prerequisite for using delegates.
  2. Delegates are type-safe.
  3. Delegates provide wrappers for function pointers.
  4. The declaration of a delegate must match the signature of the method that we intend to call using it.
  5. Functions called using delegates are always late-bound.
1 and 2 only
1, 2 and 3 only
2, 3 and 4 only
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.