Interview Questions

What’s a multicast delegate?

C# Interview Questions and Answers


(Continued from previous question...)

183. What’s a multicast delegate?

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

(Continued on next question...)

Other Interview Questions