What?s a delegate?

Answers were Sorted based on User's Feedback



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 ?    2 Yes 0 No

What?s a delegate?..

Answer / maqsud

The delegate keyword is used to declare a reference type
that can be used to encapsulate a named or an anonymous
method. Delegates are similar to function pointers in C++;
however, delegates are type-safe and secure.

Is This Answer Correct ?    2 Yes 0 No

What?s a delegate?..

Answer / kamlesh sharma

Delegates are like pointer to functions in c and c++
Delegates are used to encapsulate functions into callable
function object (delegates are type sage in c#)

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is Signature and parameter in overloading ?

3 Answers  


What is ispostback c#?

0 Answers  


When was c# created?

0 Answers  


Major difference between Basic httpbinding and WShttpbinding?

0 Answers   QuestPond,


What all details the assembly manifest will contain?

0 Answers  






What is the difference between iqueryable and ienumerable?

0 Answers  


Are arrays value types or reference types?

0 Answers  


Which is more efficient for loop or while loop?

0 Answers  


What is use of abstract class in c#?

0 Answers  


Is .net and c# the same?

0 Answers  


What is Named parameter in C#?

0 Answers  


can we declare a variable by name "this" in a class? Please explain?

3 Answers   IBM,


Categories