What?s a multicast delegate?

Answers were Sorted based on User's Feedback



What?s a multicast delegate?..

Answer / daniel

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

Is This Answer Correct ?    15 Yes 1 No

What?s a multicast delegate?..

Answer / prakash

Multicast delegate has one or more methods references. Its
return type is always void.

Is This Answer Correct ?    15 Yes 4 No

What?s a multicast delegate?..

Answer / karna

Multycast delegate is a delegate which can hold the more
than one method references.And also define as that a
delegate witch returns nothing(void)say it as multycast
delegate.

Is This Answer Correct ?    5 Yes 1 No

What?s a multicast delegate?..

Answer / pushparaj pentakota

Multycast delegate is a delegate which can hold multiple
function pointers and also it's return type is void.

Is This Answer Correct ?    0 Yes 0 No

What?s a multicast delegate?..

Answer / 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

More C Sharp Interview Questions

Can you see a loop recorder?

0 Answers  


What is master page in asp net c#?

0 Answers  


in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?

0 Answers   Siebel Systems,


What is the default value of string in c#?

0 Answers  


In which order the constructor is called for an inherited class?

0 Answers  






Explain About Web.config

0 Answers   Keane India Ltd,


How string definitions will prevent escaping on backslashes in C#?

0 Answers   Siebel,


Can struct have constructor c#?

0 Answers  


Is stringbuilder thread safe c#?

0 Answers  


What is a base class in C#?

0 Answers   TryTechnicals Pvt Ltd,


Why do we need singleton pattern in c#?

0 Answers  


What is type checking in c#?

0 Answers  


Categories