Q:

What are the types of delegates in C#?

0

What are the types of delegates in C#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

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.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 C# interview questions and answers 2022

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is Nullable Type in C#?... >>
<< What do you mean by the delegate in C#?...