What is a delegate in .NET?



What is a delegate in .NET?..

Answer / 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

More Dot Net General Interview Questions

Explain attributes in dot net?

0 Answers  


What is an anonymous method and how is it different from a lambda expression?

0 Answers  


What is the difference between reference type and value type?

0 Answers  


What is IIS and how we deploy website on IIS.

2 Answers   NetLink,


What is machine.config in .net?

0 Answers  


How many languages .NET is supporting now?

38 Answers   Dreamtech, IBS, Microsoft, Polaris, RDT, Softcon, Viscus Infotech,


How can you assign an rgb color to a system.drawing.color object?

0 Answers  


Explain the difference between public and static modifiers?

0 Answers  


What is Active Directory? What is the namespace used to access the Microsoft Active Directories?

3 Answers  


What is difference between static page and dynamic page?

0 Answers  


Is do-it (chennai) a good institute to learn dot-net???? are the trainers well experienced??

2 Answers   Satyam,


What are code contracts?

0 Answers  


Categories