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 bit in c#?
Can struct have constructor c#?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
what is inheritance and an example in vb.net and c# of when you might use it?
What is the difference between a function and a method?
Can I get the name of a type at runtime?
write a program to find the biggest palindrome in the given string
What is the difference between dataset and datatable in c#?
Why do we use namespace in c#?
What is continue in c#?
Do while loops yes or no c#?
What is ienumerable t in c#?
Why do we use generics in c#?
explain Garbage collector’s functionality on unmanaged code
Can you declare struct members as protected?