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

What do you mean by generic class in c#?

0 Answers  


Illustrate namespaces in c#?

0 Answers  


What is difference between abstraction and encapsulation in c#?

0 Answers  


Explain About Iunknown interface Queue

0 Answers   DELL,


Is dictionary reference type c#?

0 Answers  






Does c# do array bounds checking?

0 Answers  


Explain about Error handling and how this is done

0 Answers   Digital GlobalSoft,


what is collections and what is generics

4 Answers   Bally Technologies,


Why are c# strings immutable?

0 Answers  


what is the difference between convert.tostring() and tostring() functions ?

0 Answers   QuestPond,


What is int64 in c#?

0 Answers  


What is string [] args in c#?

0 Answers  


Categories