can we drive a class from delegate?

Answers were Sorted based on User's Feedback



can we drive a class from delegate?..

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

can we drive a class from delegate?..

Answer / ravindra

you simply said yes,
u have to explain in detail with an example.

Is This Answer Correct ?    4 Yes 1 No

can we drive a class from delegate?..

Answer / shiva

yes

Is This Answer Correct ?    0 Yes 1 No

can we drive a class from delegate?..

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

Post New Answer

More C Sharp Interview Questions

Are tuples mutable c#?

1 Answers  


What is a generic in c#?

1 Answers  


What is single dimensional array in c#?

1 Answers  


What is difference between abstract class and interface in c#?

1 Answers  


Is char * null terminated?

1 Answers  


What is querystring in c#?

1 Answers  


How many types of delegates are there in c#?

1 Answers  


How Global.asax is used ?

1 Answers   Siebel,


Structs are largely redundant in c++. Why does c# have them?

1 Answers  


How to handle exceptions that are raised in a component?

1 Answers   Alcatel-Lucent,


Hi to everybody. Lastweek i had taken an interview on c#. They ask what is boxing & unboxing, Masking.Please tell the answer and it is useful for me.

8 Answers  


What is a multicast delegate in c#?

1 Answers  


Categories