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 ? | 3 Yes | 1 No |
Post New Answer View All Answers
how to print invert pyramid in c#
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What is xml serialization in c#?
What do you use c# for?
Can a class have multiple constructors c#?
What is a dictionary in c#?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is a reference type c#?
Why do we need oops in c#?
Explain about Serialize and MarshalByRef?
Define clr in .net?
Why is dll used?
What are the types of inheritance in c#?
What is a helper method in c#?
Is array passed by reference in c#?