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
What is constants in c#?
What is a method signature in c#?
Is array a list?
What is sqlcommandbuilder c#?
What is a .aspx file?
Contrast System.String and System.Text.StringBuilder classes?
Can we inherit sealed class in c#?
Does c# support multiple class inheritance?
Can we override static class in c#?
What are the types of assembly available
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
How to use the sreamReader class to read form a text file?
Explain the advantage of using system.text.stringbuilder over system.string?
What is c# used for?
What is difference between assembly and namespace?