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 / daniel

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

Is This Answer Correct ?    15 Yes 1 No

What?s a multicast delegate?..

Answer / prakash

Multicast delegate has one or more methods references. Its
return type is always void.

Is This Answer Correct ?    15 Yes 4 No

What?s a multicast delegate?..

Answer / karna

Multycast delegate is a delegate which can hold the more
than one method references.And also define as that a
delegate witch returns nothing(void)say it as multycast
delegate.

Is This Answer Correct ?    5 Yes 1 No

What?s a multicast delegate?..

Answer / pushparaj pentakota

Multycast delegate is a delegate which can hold multiple
function pointers and also it's return type is void.

Is This Answer Correct ?    0 Yes 0 No

What?s a multicast delegate?..

Answer / taran saran

Delegates which are capable of pointing to multiple function
of the same signature.The system.Delegate type maintain a
linked list that is used to hold the references to the
functions to be invoked by the delegate. This link list is
called as the invocation list.The delegate class provides a
shared member function calles combine() , which add a
reference of specified function to the invocation list

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More C Sharp Interview Questions

What is class sortedlist underneath?

0 Answers  


Describe an abstract class?

0 Answers   Siebel,


Is there hashmap in c#?

0 Answers  


What are the two kinds of properties?

10 Answers   Wipro,


what is the difference between interface and abstraction?

5 Answers   Choice Solutions, IBM,


When should I use static in C#?

0 Answers   SwanSoft Technologies,


Difference between value and reference type. What are value types and reference types?

0 Answers  


What is difference between dictionary and hashtable in c#?

0 Answers  


What is the difference between dataset and datatable in c#?

0 Answers  


What are the different generaions of Garbage Collection and how do they work

4 Answers  


What is a base class in C#?

0 Answers   TryTechnicals Pvt Ltd,


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

2 Answers   Siebel Systems,


Categories