Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the partial class in C# What is the use of partial class in C#?

6 Answers   CTS,


Why is it a bad idea to throw your own exceptions?

4 Answers  


What is the use of 'as' Keyword in C# ?

0 Answers   HCL,


What is yield return in c#?

0 Answers  


What is parsing?

0 Answers  


Why objects are stored in heap in c#?

0 Answers  


What are object pooling and connection pooling and difference between them?

0 Answers  


What is ienumerator c#?

0 Answers  


What are the two uses of a ‘using’ statement in c#?

0 Answers  


Is c# static or dynamic?

0 Answers  


how to implement a web service in .net

0 Answers  


What is overloading and how can this be done ?

4 Answers   MMTS,


Categories