C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

What is a multicast delegate in C#?

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

Answer:

It is a delegate that points to and eventually fires off several methods.

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

Previous QuestionNext Question
What is an interface class in C#?What does assert() do in C#?