Answer Posted / 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 |
Post New Answer View All Answers
What is int32?
What are the three types of predicates?
Explain types of comment in c# with examples
What is yield c#?
What are the advantages of using partial classes?
What is the difference between virtual method and abstract method?
Can class inherit from struct c#?
What are the characteristics of c#?
What is gac? How to put assembly in gac?
What is meant by desktop application?
Is a c# interface the same as a c++ abstract class?
What are handlers in c#?
What are actions in c#?
What is the meaning of int parse in c#?
Explain the term inheritance in C#.