

MCQOPTIONS
Saved Bookmarks
1. |
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» F. | |