Discussion :: Delegates
-
Which of the following statements is incorrect about delegate?
A.
Delegates are reference types.
|
B.
Delegates are object oriented.
|
C.
Delegates are type-safe.
|
D.
Delegates serve the same purpose as function pointers in C and pointers to member function operators in C++.
|
E.
Only one method can be called using a delegate.
|
Answer : Option E
Explanation :
No answer description available for this question.
Be The First To Comment