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

What is int32 in c#?

0 Answers  


how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.

0 Answers  


What is thread pooling?

0 Answers  


If we inherit a class do the private variables also get inherited ?

2 Answers   TCS,


Explain about throw keyword?

10 Answers   Emphasis, HCL, Satyam,






What is managed or unmanaged code?

0 Answers  


What are some of the commonly used commands in sqlcommand?

0 Answers  


Name the two classes are required for implementing a windows service?

0 Answers  


Name the property of the textbox which cannot be changed at runtime?

0 Answers  


Does c# provide copy constructor?

0 Answers  


What is private constructor c#?

0 Answers  


Is ram a heap?

0 Answers  


Categories