Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What?s a multicast delegate?

Answers were Sorted based on User's Feedback



What?s a multicast delegate?..

Answer / t.prabu

Multicast delegate is a delegate which stores the address of
multiple mothods and also used for event handling

Is This Answer Correct ?    2 Yes 0 No

What?s a multicast delegate?..

Answer / guest

It?s a delegate that points to and eventually fires off
several methods.

Is This Answer Correct ?    1 Yes 0 No

What?s a multicast delegate?..

Answer / guest

multicasting is that you can combine several handler
methods in a list so they are all bound to a single
delegate object. When Invoke is called on the delegate
object, the MulticastDelegate class provides the code to
execute every handler method in the list.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What is an iqueryable in c#?

0 Answers  


Explain the difference between class and interface in .net?

0 Answers  


What is hashtable in c# net with example?

0 Answers  


What is the .NET collection class that allows an element to be accessed using a unique key?

0 Answers   Siebel,


What is the use of static in c#?

0 Answers  


What is a Assembly?

0 Answers   UGC Corporation,


Can multiple catch blocks be executed?

4 Answers   Visual Soft,


If you define a user defined data type by using the class keyword, is it a value type or reference type?

0 Answers  


What is single dimensional array in c#?

0 Answers  


How to use the sreamReader class to read form a text file?

0 Answers   MCN Solutions,


What is reference types in c#?

0 Answers  


What is icomparer in c#?

0 Answers  


Categories