Answer Posted / izetamtechnologies
A delegate is a .NET object which defines a method signature and it can pass a function as a parameter. Delegate always points to a method that matches its specific signature. Users can encapsulate the reference of a method in a delegate object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a class and an object, and how do these terms relate to each other?
Tell us what is a sealed class?
What are pdbs?
Explain what is a delegate?
Using com component in .net?
Explain me what is .net web service?
What are the new features in .net core?
Write the .net syntax for 'while loop'?
How to Create and Consume a Web Service?
Is atl redundant in the .net world?
Explain the difference between managed and unmanaged code?
What is "common language specification" (cls) in .net?
Define marshling?
Please explain what is the difference between encrypting a password and applying a hashing?
What's typical about a windows process in regards to memory allocation in .net?