What?s a multicast delegate?

Answer Posted / taran saran

Delegates which are capable of pointing to multiple function
of the same signature.The system.Delegate type maintain a
linked list that is used to hold the references to the
functions to be invoked by the delegate. This link list is
called as the invocation list.The delegate class provides a
shared member function calles combine() , which add a
reference of specified function to the invocation list

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the types of assemblies in .net?

531


Why would you use a class property in c#?

509


I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?

554


What is command object in c#?

522


What is the delegate in c#?

494






What is the difference between abstract class and interface in c#?

499


What do you know about Translate Accelerator?

592


Is c# strongly typed?

472


Distinguish between array and arraylist in c#?

578


What is nameof c#?

489


What are the advantages of constructor?

457


What is a interface in c#?

475


What is the difference between method and constructor in c#?

460


if a method is marked as protected internal who can access it?

572


What is asenumerable in c#?

490