Delegates - Programming

Q1:

Which of the following statements is incorrect about a delegate?

A A single delegate can invoke more than one method.

B Delegates can be shared.

C Delegate is a value type.

D Delegates are type-safe wrappers for function pointers.

E The signature of a delegate must match the signature of the method that is to be called using it.

ANS:C - Delegate is a value type.

No answer description is available. Let's discuss.