Following are the types of delegates in C# – 1. Single Delegate 2. Multicast Delegate 3. Generic Delegate 35) What is a multicast delegate? A delegate having multiple handlers assigned to it is called multicast delegate. Each handler is assigned to a method.
Following are the types of delegates in C# –
need an explanation for this answer? contact us directly to get an explanation for this answer1. Single Delegate
2. Multicast Delegate
3. Generic Delegate
35) What is a multicast delegate?
A delegate having multiple handlers assigned to it is called multicast delegate. Each handler is assigned to a method.