can we drive a class from delegate?

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


Please Help Members By Posting Answers For Below Questions

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?

651


Explain About stateless and state full web service

646


Is arraylist type safe in c#?

598


What does mean before a string in c#?

594


Why do we need escape characters?

563






Can you have more than one namespace in c#?

579


Explain about ODP.net

877


What are the fundamental differences between value types and reference types?

619


Define a manifest in .net?

660


Which are the access modifiers available in c#?

603


Define delegate in c#?

622


What is ado net in c#?

592


What does protected internal access modifier mean?

633


What Happens In Memory When You Box And Unbox A Value-type?

550


What's difference between constants and static readonly?

617