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

What is the interface in c#?

0 Answers  


C# is case sensitive, what is mean by case sensitive

3 Answers  


What is byte c#?

0 Answers  


what are the contents of an assembly ?

0 Answers  


What are the Different kinds of methods?

4 Answers   Wipro,






Can you specify nested classes as partial classes?

0 Answers  


What are Sealed Classes in C#?

27 Answers   DataPoint, Wipro,


Distinguish between the Debug class and Trace class with its functionality?

0 Answers   Siebel,


Is array value type in c#?

0 Answers  


Explain about Serialize and MarshalByRef?

0 Answers  


give suitable code for all login controls

1 Answers  


What is escape sequence in c#?

0 Answers  


Categories