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

What is the Difference between a sub and a function?

9 Answers   Wipro,


When developing a Windows service for .NET, which namespace do you typically look in for required classes?

1 Answers  


Do you know the difference between the stack and the heap?

0 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


What is the difference between vb.net and vc#.net?

0 Answers  






Write the .net syntax for 'for loop'?

0 Answers  


How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?

0 Answers  


What is alias ? Is it used in .Net ?

0 Answers   MCN Solutions,


Explain me what is .net web service?

0 Answers  


what are the controls used to upload a file from client to server?

4 Answers  


Writing a Stored procedure to insert the values into a table

1 Answers  


What is Polymorphism? How does VB.NET/C# achieve polymorphism?

0 Answers  


Categories