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
Is c# slower than java?
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?
What is the base class in .net from which all the classes are derived from?
What do you mean by generic class in c#?
Define property in c#.net?
Is string nullable in c#?
How do I declare a pure virtual function in c#?
Define multicast c# delegate?
What are constructors in c#?
In which order the destructor is called for an inherited class?
what is the scope of anonymous type ?
Can you mark static constructor with access modifiers?
Explain about multithreading?
Is list passed by reference c#?
What is an array of arrays called?