Answer Posted / samuel
a delegate can defined as type-safe function pointer. it encapsulates the memory address of a function in your code.
whenever you create or use a event in code,you are using the delegate
declaration: private delegate sumydelfun()
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How is threading done in .net?
What is iis? Have you used it?
What does il do?
What are the types of assemblies in .net?
Explain what relationship is between a process, application domain, and application?
What is reflection and what is it for?
What is STA in .NET?
What is Flyout Design Pattern in .NET?
What are the features of dot net?
Can you explain what do you understand about web service?
How to load a user control dynamically in runtime?
Please explain what inheritance is, and why it's important?
What is the difference between a debug and release build?
What is singlecall activation mode used for in .net?
explain the states of a window service application?