What?s a delegate?

Answers were Sorted based on User's Feedback



What?s a delegate?..

Answer / senthilkumar.r

1.Delegates in dynamically change the reference to the
menthod in a class.

2.Delegate is a reference type variable.

Is This Answer Correct ?    2 Yes 0 No

What?s a delegate?..

Answer / guest

A delegate object encapsulates a reference to a method. In
C++ they were referred to as function pointers.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are cshtml files?

0 Answers  


What is the difference between list and array in c#?

0 Answers  


What does this keyword mean in c#?

0 Answers  


Why is xml called extensible?

0 Answers  


What is the difference between dispose() and finalize() methods in c#?

0 Answers  






What does return do in for loop?

0 Answers  


what is a callback function?

4 Answers  


What is the major difference between a custom control and user control?

0 Answers   C DAC, CDAC,


What is the difference between finalize() and dispose() methods?

0 Answers  


How to run the program at particular time? It should run everyday at 3:00 PM. After executing the program should sleep until next day at 3:00 PM. Please explain with code?

5 Answers   Sanat, Wipro,


Is ram a heap?

0 Answers  


update data in an xml file which resides in solution itself, using silverlight 4.0

0 Answers  


Categories