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 difference between dictionary and list in c#?

0 Answers  


write a c# program add two matrix with input number ?

0 Answers   Wipro,


What is using directive in c#?

0 Answers  


What is difference between c sharp and c#?

0 Answers  


What is a string? What are the properties of a string class?

1 Answers  






What is difference between abstraction and encapsulation in c#?

0 Answers  


Can you instantiate a struct without using a new operator in c#?

0 Answers  


Can hashtable have duplicate keys in c#?

0 Answers  


what is the purpose of interface in c#.net

6 Answers  


What is immutable in C#?

0 Answers   SwanSoft Technologies,


What is binary search tree in data structure?

0 Answers  


Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards

0 Answers  


Categories