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
Why do I get a syntax error when trying to declare a variable called checked?
Is array a list?
What is the difference between system.string and system.text.stringbuilder classes?
Which is better interface or abstract class in c#?
Which property of the textbox cannot be changed at runtime?
What is the difference between final finally and finalize in c#?
What is an iqueryable in c#?
How do I create a delegate/multicastdelegate?
What is equal c#?
Explain partial class in c#?
What is a console operator?
What is difference between interface and abstraction?
Are structs value types or reference types?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
What is executenonquery c#?