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 the difference between a constant and a static readonly field?

0 Answers  


What is escape character in c#?

0 Answers  


What are the different approaches of passing parameters to a method?

0 Answers  


What does virtual keyword mean ?

6 Answers   TCS,


How do you escape a character?

0 Answers  






When you inherit a protected class-level variable, who is it available to?

4 Answers   Visual Soft,


What is the max value of int32 in c#?

0 Answers  


How to exclude a property from xml serialization?

0 Answers  


What is datareader c#?

0 Answers  


What is int tryparse in c#?

0 Answers  


What is the meaning of int parse in c#?

0 Answers  


Can an abstract class inherit from another abstract class c#?

0 Answers  


Categories