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
What is a dictionary in c#?
What is the difference between field and variable in c#?
What is hashset c#?
What is difference between internal and protected internal in c#?
What is fcl in c#?
What is the use of readkey in c#?
What is .net console?
Can we extend static class in c#?
What are generics in c#.net?
Is string value type c#?
Explain About web methods and its various attributes
Is a char?
List some of the classes used by system.data namespace?
What is event delegate in c#?
What is a partial method?