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

Why is it a bad idea to throw your own exceptions?

4 Answers  


You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?

1 Answers  


How do you escape a character?

1 Answers  


What are the 3 elements of delegation?

1 Answers  


Is string reference type / value type?

56 Answers   Accenture, Microsoft, Siemens,


Hi!!! my question is how we can apply or do Themes in C#.NET? please any sample or website from where i can get the answer.

1 Answers  


How long can loop recorders stay in?

1 Answers  


What is the difference between ref & out parameters?

2 Answers  


What is using keyword?

1 Answers  


What are the types in c#?

1 Answers  


Do while loops yes or no c#?

1 Answers  


Give an example of a ctype.

1 Answers  


Categories