Q:

What’s a multicast delegate in c#?

0

What’s a multicast delegate?

All Answers

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

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)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
How do I calculate someone’s age in C#?... >>
<< What is the difference between public, static, and...