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

Is string a primitive data type in c#?

0 Answers  


Explain the difference between .net and c#?

0 Answers  


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

6 Answers   Wipro,


How objects are stored in memory?

0 Answers  


What is a function c#?

0 Answers  






what is IDisposal interface,IComparable,IEquatable,IFormatable

0 Answers   Wipro,


What namespaces are necessary to create a localized application?

1 Answers  


What is managed code?

0 Answers  


Explain “static” keyword in c#?

0 Answers  


Differentiate between sqlclient oledb and providers?

0 Answers  


What?s class SortedList underneath?

1 Answers  


What is expression c#?

0 Answers  


Categories