can we drive a class from delegate?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravindra
you simply said yes,
u have to explain in detail with an example.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / venkat2050
delegate is nothing but a wrapper we call any method at
runtime by using the keyword del
we have two class a and b we class the delegetae from one
class to another class
Is This Answer Correct ? | 0 Yes | 1 No |
What is array class in c#?
Why data types are important?
What are the 2 broad classifications of data types available in c#?
What are actions in c#?
Give an example to show for hiding base class methods?
Explain About .Net remoting
What to implement on my class Finalize or IDisposable
Could you explain the difference between func vs action vs predicate?
Why can’t struct be used instead of class for storing entity?
write a C# Program add two matrix ?
What is delegates and events?
How many types of constructors are available in c#?