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 the difference between Java and .NET garbage collectors?
How to transpose multi-dimensional array?
How to find whether the application is run from inside ide or not?
Define thread? Explain about multithreading?
What is c sharp language?
Explain About Iunknown interface Queue
What is a static field?
Is it possible to inherit multiple interfaces?
Why do we overload constructors?
Can we store different data types in arraylist in c#?
What is the difference between ref and out in c#?
Define strong name in c#?
How can you use abstract class and interface?
What debugging tools come with the .NET ssSDK?
What is the use of expression tree in c#?