C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

What is a multicast C# delegate?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

A delegate that has multiple handlers assigned to it. Each assigned handler (method) is called.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
What is a C# delegate?How do you generate documentation from the C# file commented properly with a command-line compiler?