Answer Posted / 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 |
Post New Answer View All Answers
What is difference between constants and readonly in c#?
What floating point types is supported in C#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
Can we store different data types in arraylist in c#?
Is c# front end or back end?
How do you declare an arraylist?
Which framework is best for desktop application?
What is a decimal c#?
What does question mark mean in c#?
What is a dimensional array?
What do you mean by synchronous and asynchronous operations?
What is native image generator (ngen.exe)?
Why do we use abstract class in c#?
How to get the sum of last 3 items in a list using lambda expressions?
What do you mean by jagged array?