

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following statements is incorrect about delegate? |
A. | Delegates are type-safe |
B. | Delegates are object oriente |
C. | Only one method can be called using a delegate. |
D. | Delegates serve the same purpose as function pointers in C and pointers to member function operators in C |
Answer» D. Delegates serve the same purpose as function pointers in C and pointers to member function operators in C | |