Answer Posted / 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 |
Post New Answer View All Answers
If you define a user defined data type by using the class keyword, is it a value type or reference type?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
If I return out of a try/finally in c#, does the code in the finally-clause run?
What is a nullreferenceexception?
What happens if a static constructor throws an exception?
What do you mean by winforms in c#?
When can a derived class override a base class member?
How to declare a property in a class?
How does foreach loop work in c#?
What is the use of system.environment class in c#.net?
What is the difference between “dispose” and “finalize” variables in c#?
What are the various components in crystal reports?
Does c# support multilevel inheritance?
Can a private virtual method can be overridden?
What is desktop application testing?