

MCQOPTIONS
Saved Bookmarks
1. |
What is a delegate? |
A. | A strongly typed function pointer. |
B. | A light weight thread or process that can call a single method. |
C. | A reference to an object in a different process. |
D. | An inter-process message channel. |
Answer» B. A light weight thread or process that can call a single method. | |