What?s a delegate?

Answers were Sorted based on User's Feedback



What?s a delegate?..

Answer / daniel

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

Is This Answer Correct ?    13 Yes 2 No

What?s a delegate?..

Answer / uma

Delegate is the reference for number of functions having
same signature (Return type and Number of parameters for
the methods should be same )

Is This Answer Correct ?    4 Yes 1 No

What?s a delegate?..

Answer / monu sharma

Delegate is the reference for number of functions having
same signature (Return type and Number of parameters for
the methods should be same ).Delegate is the collection of
functions and pointers that hold in delegate.

Is This Answer Correct ?    2 Yes 0 No

What?s a delegate?..

Answer / anuj

Delegate is a class having no body, whose object can store
the reference of method of some another class...
example :
public delegate void del();

Is This Answer Correct ?    2 Yes 0 No

What?s a delegate?..

Answer / sudhakar

deligate is an object,where reffered to as an function address.

Is This Answer Correct ?    2 Yes 2 No

What?s a delegate?..

Answer / mihir

A delegate object encapsulates a reference to a method.

Is This Answer Correct ?    1 Yes 3 No

What?s a delegate?..

Answer / reva ram sahu

It’s a delegate that points to and eventually fires off
several methods.

Is This Answer Correct ?    1 Yes 5 No

What?s a delegate?..

Answer / jyothish vakkom

it is lik c++ pointer

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More C Sharp Interview Questions

How to transpose multi-dimensional array?

0 Answers   C DAC, CDAC,


What are the access modifiers in c#?

0 Answers  


can we throw execption from catchblock

4 Answers   Accenture,


How do I run a cshtml file?

0 Answers  


Can we have private constructor in our class file. When we are trying to create instance for the class will it create or throw error regarding that?

5 Answers  






How do destructors and garbage collection work in c#?

0 Answers  


What is parsing?

0 Answers  


Why do we use dictionary in c#?

0 Answers  


Why static constructor is parameterless in c#?

0 Answers  


Define interface class in c#?

0 Answers  


Why cannot you specify the accessibility modifier for methods inside the interface?

0 Answers  


How do you create partial methods?

0 Answers  


Categories