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
Explain the clr triggers?
Does c# support a variable number of arguments?
Is array a list?
How do you serialize an object?
what are pointer types in c#
How do you declare an arraylist?
Explain publishers and subscribers in events.
Is c# pass by reference?
What is the difference between hashtable and dictionary in c#?
Will the following code compile?
What is the root element of an xml file?
What is xor operation?
What is int tryparse in c#?
Distinguish between system.string and system.text.stringbuilder classes?
What are strings in c#?