MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following are correct? 1. Delegates are like C++ function pointers. 2. Delegates allow methods to be passed as parameters. 3. Delegates can be used to define callback methods. 4. Delegates are not type safe. |
| A. | 1,3,4 |
| B. | 1,2,3 |
| C. | 2,3,4 |
| D. | All of the above |
| Answer» C. 2,3,4 | |