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
Can you inherit from multiple classes in c#?
What is the use of 'using' statement in c#?
What is an xsd file?
Explain About .NET Remoting and types of remoting
How many bytes is a long c#?
Explain attributes in c#?
What is icollection in c#?
What are extender provider components? Explain how to use an extender provider in the project.
What exactly is serverless?
Name the property of the textbox which cannot be changed at runtime?
Why do we overload constructors?
What is the difference between new and override in c#?
Does c# support const methods, properties, or events?
How big is an int in c#?
What is uint16?