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
Can we set image Source dynamically using C# in WPF application?
What is .net console?
What do you understand by 'access specifiers' in C#?
What is the purpose of dependency injection?
What is a delegate? Explain.
Can list contain duplicates c#?
What is “using” statement in c#?
What are the uses of namespaces?
What are the advantages of interface in c#?
Is datetime nullable c#?
What is a console file?
What is a Jagged Array in C#?
What does f mean in c#?
How long does it take to learn c# for unity?
What is a method signature in c#?