Discussion :: Delegates
-
Which of the following statements are correct about delegates?
- Delegates are not type-safe.
- Delegate is a user-defined type.
- Only one method can be bound with one delegate object.
- Delegates can be used to implement callback notification.
- Delegates permit execution of a method on a secondary thread in an asynchronous manner.
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment