Answer Posted / anil chauhan
In C# delegate is a class which contain the referance of a
function. or we can say that it is an function pointer.
and Event are the action performed by the user such as
mouse click elc.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Write the syntax for catching an exception in c#?
What is default access modifier for class in c#?
Why we use get and set method in c#?
Why do we need singleton class in c#?
How to reduce image resolution in C#?
How does it work?
what is IDisposal interface
Can You Prevent Your Class From Being Inherited By Another Class?
How does aspect oriented programming work?
What is an iqueryable in c#?
What are Indexers in C#?
For methods inside the interface why can’t you specify the accessibility modifier?
Why do we use hashtable in c#?
What is binding in c#?
Name the method of servicebase class?