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



What is the use of multicast delegate while methods of multicast delegate do not execute in a ord..

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

What is the use of multicast delegate while methods of multicast delegate do not execute in a ord..

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

Post New Answer

More C Sharp Interview Questions

What is dbml file in c#?

0 Answers  


What is dependency injection in simple words?

0 Answers  


Explain the role of Garbage collector and its generations?

0 Answers   MCN Solutions,


Illustrate the differences between the system.array.copyto() and system.array.clone()?

0 Answers  


How big is int16?

0 Answers  


What if an error occurs in Catch block, how can you prevent it?

2 Answers   IBM,


What is jagged array?

0 Answers  


What is the difference between hashtable and dictionary?

0 Answers  


What is a delegate how is it type safe?

0 Answers  


What is the usage of transponders?

0 Answers   Wipro,


What is string in c# net?

0 Answers  


What is hiding in CSharp ?

1 Answers  


Categories