what are delegates? How you used then in your project?
Answer Posted / amit dhiman [mcp, mca, bca]
Delegates are pointers to function, they can call a
function, Basically they are used for creating events.
Every event has been created is gonna be used delegates.
Here you need to create Event handlers with event arguments.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can You Prevent Your Class From Being Inherited By Another Class?
how encapsulation is implemented in c#
what is the difference between convert.tostring() and tostring() functions ?
What is the main purpose of linq?
The int maps to which C# keyword in .NET type?
Is .net and c# the same?
How do I convert a string to an int in c#?
What is indexer c#?
How many root nodes are there in an xml document?
What does dbml mean?
What does ienumerable mean?
In which situation(s), the use of "Delegate" is a good idea?
What is difference between struct and class in c#?
What is the difference between interface and functional interface?
Explain the security with aop?