MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statements are correct about delegates? |
| A. | Delegates cannot be used to call a static method of a class. |
| B. | Delegates cannot be used to call procedures that receive variable number of arguments. |
| C. | If signatures of two methods are same they can be called through the same delegate object. |
| D. | Delegates cannot be used to call an instance function. Delegates cannot be used to call an instance subroutine. |
| Answer» C. If signatures of two methods are same they can be called through the same delegate object. | |