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
Is the following code legal?
How we can create an array with non-default values?
What is the difference between class and namespace?
What's the difference between system.string and system.text.stringbuilder classes?
Are arraylist faster or arrays?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What is an xsd file?
What do you mean by serialization in .NET?
What is data dictionary in c#?
Explain dataadapter.update method in .net?
Can we instantiate abstract class in c#?
Can you declare a field readonly?
What is cosole application?
How to force my .net app to run as administrator on windows 7?
What is console application with example?