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
Explain the different types of proxy patterns?
Tell us what is a variable of implicit type and what is its scope?
What is the difference between function and stored procedure?
What method do you use to explicitly kill a users session? How?
Explain can the validation be done in the server side? Or this can be done only in the client side?
What are asp.net authentication providers and iis security?
Please explain what are an inheritance, polymorphism, and encapsulation?
What are situations when you register .NET assembly in GAC ?
How is a managed code executed?
What are the differences between user control and server control?
Should I implement finalize on my class? Should I implement idisposable?
What are the important components of .net?
Explain About GDI object ?
Is .net core the future?
Explain about the Common Language Runtime?