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 CCW (COM Callable Wrapper)

1 Answers  


What is meant by localization?

0 Answers  


Is there built-in support for tracing?

0 Answers  


Explain the difference between the stack and the heap?

0 Answers  


What do the terms “boxing” and “unboxing” mean?

0 Answers  






How to load a user control dynamically in runtime?

0 Answers  


What is the procedure to add assemly to gac to make it shared one?

0 Answers  


Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!

3 Answers   3i Infotech,


Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?

2 Answers   Value Labs,


Explain the difference between static page and dynamic page?

0 Answers  


When we go for html server controls and when we go for web server controls?

0 Answers  


Explain how does assembly versioning work?

0 Answers  


Categories