What?s a multicast delegate?

Answers were Sorted based on User's Feedback



What?s a multicast delegate?..

Answer / t.prabu

Multicast delegate is a delegate which stores the address of
multiple mothods and also used for event handling

Is This Answer Correct ?    2 Yes 0 No

What?s a multicast delegate?..

Answer / guest

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

Is This Answer Correct ?    1 Yes 0 No

What?s a multicast delegate?..

Answer / guest

multicasting is that you can combine several handler
methods in a list so they are all bound to a single
delegate object. When Invoke is called on the delegate
object, the MulticastDelegate class provides the code to
execute every handler method in the list.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Why is it a bad idea to throw your own exceptions?

4 Answers  


Explain the types of Polymorphism.

0 Answers   Accenture,


can you declare an override method to be static if the original method is not static?

0 Answers   Siebel Systems,


Are tuples immutable c#?

0 Answers  


Why singleton is sealed?

0 Answers  






Explain synchronous and asynchronous operations?

0 Answers  


What is array collection?

0 Answers  


Explain use of abstract and sealed classes in c#?

0 Answers  


Explain publishers and subscribers in events.

0 Answers  


What is Implementation inheritance and interface inheritance?

0 Answers  


can any one send the project manager questions in .net

1 Answers  


What is hashtable in c# net with example?

0 Answers  


Categories