What is the use of multicast delegate while methods of
multicast delegate do not execute in a order?

Answers were Sorted based on User's Feedback



What is the use of multicast delegate while methods of multicast delegate do not execute in a ord..

Answer / bhargavee

the basic use of multicast delegate is to handel the
events , raised at runtime. The programmer does not know
which event will be triggered.
EX:- suppose there is a coffee wending machine, the
programmer while writing the code does not knows what will
be the demand of the user, whether cappacino or a black
coffee. so depending on the user demand the process for
mixing of coffee and water will be made.

Is This Answer Correct ?    7 Yes 0 No

What is the use of multicast delegate while methods of multicast delegate do not execute in a ord..

Answer / aejaz ahmad

Multicast delegate is a delegate which allow to execute
more than one method in single event the real use of
multicast delegte is to handle the events ,raised at
runtime.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What do you mean by serialization in .NET?

0 Answers   Accenture,


How do you prevent a class from being inherited?

0 Answers  


Does console.writeline() stop printing when it reaches a null character within a string?

0 Answers  


What is the difference between console and windows application?

0 Answers  


What is ienumerable and iqueryable?

0 Answers  






Which one is trusted and which one is untrusted?

0 Answers  


Can an interface inherit an interface

1 Answers   Synechron,


What?s the .NET datatype that allows the retrieval of data by a unique key?

3 Answers  


How do I create a dbml file?

0 Answers  


What will be the output of the following code?

0 Answers  


What is cls, cts and clr in net?

0 Answers  


Why is dll used?

0 Answers  


Categories