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
When we go for html server controls and when we go for web server controls?
Tell us what is a sealed class?
How do you create threading in.net?
Difference between dispose and finallize method?
What are the differences between an interface and an abstract class in .net?
What does .net stand for?
what is prototype design pattern in .net
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What are the improvements made in cas in .net 4.0?
What is msil, il?
What is the new three features of COM+ services, which are not there in COM (MTS)
Can you explain what do you understand about web service?
Can you create instance of a class which has private constructor?
What are the advantages of .net?
Explain what is heap and what is stack?