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
Why data types are important in c#?
What are cookies in c#?
Is multiple inheritance possible in c#?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
What is task parallel library?
What is the difference between interface and inheritance in c#?
What is the use of console application in c#?
What is ilasm.exe used for?
What is iqueryable?
How many root nodes are there in an xml document?
Why do I get a syntax error when trying to declare a variable called checked?
What is the difference between Static, Const and read only?
What is default value of decimal c#?
Explain about generics in c#.net?
How do I do implement a assert?