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

What are generics in c#.net?

620


What is ulong in c#?

585


Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?

522


What are the types of constructors?

515


How do you read an Excel sheet in C#?

568






What is a view? What is the use of it?

593


How do you access a constant field declared in a class?

502


Is c# queue thread safe?

510


What are the advantages of using delegates in c#?

482


What is the difference between console application and windows application?

496


What is the difference between add and addrange in c#?

520


Is it possible to inherit multiple interfaces?

553


Describe the types of comments in c#?

518


Explanation on Generic?

564


What is the use of iqueryable in c#?

492