Home » C# Programming » 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.

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!