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 the difference between constants and read-only?
What are regular expressions? Search a string using regular expressions?
What is call back method?
If you donot specify an access modifier for a method, what is the default access modifier?
What are the three types of operators?
What is the use of getcommandlineargs() method in c#.net?
What is a generic method?
What is the meaning of extention?
What are properties in c#. Explain with an example?
Can you change the value of a constant filed after its declaration?
Can you inherit from a sealed class?
What is the default value of decimal in c#?
Why do we still see so much non-oo code written in c# today?
What is data reader in c#?
Can int be null c#?