what are the events in delegate?

Answers were Sorted based on User's Feedback



what are the events in delegate?..

Answer / ashish gupta

There is no event in delegate.

Delegate is lyk a funtion pointer which is worked with
events.Delegate is use to invoke a event handler when an
event is fired.

Is This Answer Correct ?    12 Yes 2 No

what are the events in delegate?..

Answer / ashish gupta

There is no event in delegate.

Delegate is lyk a funtion pointer which is worked with
events.Delegate is use to invoke a event handler when an
event is fired.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Sharp Interview Questions

How do generics work in c#?

1 Answers  


What is base class in c#?

1 Answers  


What is the difference between wrapper class and primitive?

1 Answers  


Is collection a data structure?

1 Answers  


What are modifiers in c#?

1 Answers  


What is interface inheritance in c#?

1 Answers  


Why can’t struct be used instead of class for storing entity?

1 Answers  


Is for loop faster than foreach?

1 Answers  


What is an object pool in .net?

1 Answers  


Explain how is the dll hell problem solved in .net?

1 Answers  


What is different between Boxing and Unboxing?

1 Answers  


What are properties in c#. Explain with an example?

1 Answers  


Categories