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 happens if you inherit multiple interfaces and they have conflicting method names?
What is datetime parse in c#?
What is the difference between c and c sharp?
What are the types of attributes in c#?
What is the difference between icomparer and icomparable in c#?
What is asenumerable in c#?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
What is a multi line comment?
What is difference between list and ilist in c#?
What do you mean by a windows process in regards to memory allocation?
Explain how obfuscator works in .net
Can we have static indexer in c#?
What is the difference between first and firstordefault?
What is the difference between static class and abstract class in c#?
How many types of namespaces available in version4?