What is the use of multicast delegate while methods of
multicast delegate do not execute in a order?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aejaz ahmad
Multicast delegate is a delegate which allow to execute
more than one method in single event the real use of
multicast delegte is to handle the events ,raised at
runtime.
Is This Answer Correct ? | 1 Yes | 0 No |
What is dbml file in c#?
What is dependency injection in simple words?
Explain the role of Garbage collector and its generations?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
How big is int16?
What if an error occurs in Catch block, how can you prevent it?
What is jagged array?
What is the difference between hashtable and dictionary?
What is a delegate how is it type safe?
What is the usage of transponders?
What is string in c# net?
What is hiding in CSharp ?