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 difference between assembly and namespace?

0 Answers  


Is collection a data structure?

0 Answers  


What is bit in c#?

0 Answers  


What are native methods?

0 Answers  


What is a virtual property. Give an example?

0 Answers  


Hello Friends..am Mohammed riyash..final year BCA in Jamal Mohamed College 2009. Trichy. My doubt is while connecting SQL2005 Built in Database withing the Visual Studio 2005 Framework.. I am getting the error.. That " An Error occurred and it may be due to , under the default settings of the Server, the connection cannot be established.." But the code works in MS Access for me.. Both in VB.Net and C#.Net am getting the same error.. Any genius please Message me to 9994558822 or mail me.. riyash.ips@gmail.com

3 Answers  


What is the different types of private assembly and shared assembly?

0 Answers  


I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;

3 Answers  


Define delegate?

0 Answers  


What is the difference between system.string and system.text.stringbuilder classes?

0 Answers  


Are c# references the same as c++ references?

0 Answers  


Give an example to show for hiding base class methods?

0 Answers  


Categories