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 winforms in c#?

1 Answers  


Name which controls do not have events?

1 Answers  


If I want to override a method one of class A and in class b then how do you declare?

1 Answers  


List out the differences between array and arraylist in c#?

1 Answers  


if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.

1 Answers  


What is use of FormBoarderStyle Propertie

1 Answers   MCN Solutions,


Why reflection is used in c#?

1 Answers  


What is for loop in c#?

1 Answers  


What is the difference between iqueryable and ienumerable?

1 Answers  


Which program construct must return a value?

1 Answers   3i Infotech,


Which operator cannot be overloaded in c sharp?

1 Answers  


What?s the difference between // comments, /* */ comments and /// comments?

2 Answers   Intel, Visual Soft,


Categories