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 clr in .net?
Explain what is the difference between constants and read-only variables?
Difference abstract class and interface in .net?
Explain memory-mapped files.
How to produce an assembly?
What is "microsoft intermediate language" (msil)?
Difference between machine.config and web.config?
How to create properties and methods using controls?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
How can I find out what the garbage collector is doing?
What data providers available in .net to connect to database?
What's a windows process in .net?
When we go for html server controls and when we go for web server controls?
What is COM Interoperability in .NET
what is dotnet architecture? can anyone explain that.