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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why data types are important in c#?

691


What are cookies in c#?

765


Is multiple inheritance possible in c#?

771


What's the implicit name of the parameter that gets passed into the set method/property of a class?

792


What is task parallel library?

728


What is the difference between interface and inheritance in c#?

688


What is the use of console application in c#?

695


What is ilasm.exe used for?

691


What is iqueryable?

655


How many root nodes are there in an xml document?

665


Why do I get a syntax error when trying to declare a variable called checked?

793


What is the difference between Static, Const and read only?

840


What is default value of decimal c#?

666


Explain about generics in c#.net?

740


How do I do implement a assert?

733