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
Is string immutable in c#?
Explain what is an interface in c#?
What are partial types in c#?
What does console mean c#?
What is new method in c#?
Can abstract class have constructor?
Contrast between an interface and abstract class?
Why do we use methods in c#?
Why do we use classes?
What is class in oops with example in c#?
Define delay signing?
What .exe means?
What is xor operator in c#?
What is icollection in c#?
What is the difference between convert and parse in c#?