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 difference between mutable and immutable in c#?
If you donot specify an access modifier for a method, what is the default access modifier?
Does c# support properties of array types?
What is a static class in c#?
How do I create a dbml file?
Give an example to show for hiding base class methods?
What is the difference between finalize() and dispose() methods?
What is a console file?
write a C# Program add two matrix ?
What is managed code?
Explain concurrency with aop?
Can abstract class have constructor c#?
Is c# good for beginners?
What is list array in c#?
How many aware interfaces are there?