

MCQOPTIONS
Saved Bookmarks
1. |
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» D. Delegates are type-safe wrappers for function pointers. | |