Answer Posted / 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 |
Post New Answer View All Answers
What is anonymous types in c#?
What do you mean by abstract class in c#?
Which of the following API is used to hide a window?
What is the CTS, and how does it relate to the CLS?
Why do we use struct in c#?
For methods inside the interface why can’t you specify the accessibility modifier?
What is a method signature?
What is the relationship between a process, application domain, and application?
What is console used for?
Can delegates be used as callbacks?
Can a dictionary have the same key?
What is a method signature in c#?
What is ienumerable <> in c#?
How to find the current application file path while runtime?
Can an array be null c#?