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 the difference between method and constructor in c#?
What is parameter c#?
What is difference between tostring() vs convert.tostring() vs (string) cast
What is “using” statement in c#?
What is scope c#?
what is partial assembly reference
Which controls do not have events?
What is string empty?
Explain manifest & metadata in c#.
What is cache memory in c#?
explain the nature of the assembly work?
Is hashset serializable c#?
Why is it important to override gethashcode when equals method is overridden?
What is the use of getcommandlineargs() method in c#.net?
What is unmannaged code and will CLR handle this kind of code or not .