Answer Posted / gyanprakash
The Delegate class is the base class for delegate types.
Note, however, that only the system and compilers can
derive types explicitly from the Delegate class or from the
MulticastDelegate class. Also, you cannot derive a new type
from a delegate type. The Delegate class is not considered
a delegate type; rather, it is a class that you use to
derive delegate types.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
Explain About stateless and state full web service
Is arraylist type safe in c#?
What does mean before a string in c#?
Why do we need escape characters?
Can you have more than one namespace in c#?
Explain about ODP.net
What are the fundamental differences between value types and reference types?
Define a manifest in .net?
Which are the access modifiers available in c#?
Define delegate in c#?
What is ado net in c#?
What does protected internal access modifier mean?
What Happens In Memory When You Box And Unbox A Value-type?
What's difference between constants and static readonly?