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
How to handle exceptions that are raised in a component?
How do you prevent a method from being overridden in c#?
What is the difference between ref & out parameters in c#?
What are collection classes?
What is the difference between Static, Const and read only?
How does the lifecycle of Windows services differ from Standard EXE?
Does c# do array bounds checking?
Can you inherit multiple abstract classes in c#?
What is the relationship between a process, application domain, and application?
What is private void in c#?
Can we make a Static Constructor Parameterized? Give Reason with your answer
Explain how do you directly call a native function exported from a dll?
Explain About CLS?
What is cli in c#?
Why static constructor is parameterless in c#?