Discussion :: Delegates
-
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.
|
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment