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

In which order the constructor is called for an inherited class?

0 Answers  


What is a void c#?

0 Answers  


What is static classes?

0 Answers  


Write a sample code to write the contents to text file in c#?

0 Answers  


what is work of continue statement in C#?

3 Answers  






What is Inheritance in C#?

0 Answers   B-Ways TecnoSoft,


What is method overriding in c#

0 Answers  


What is difference between dictionary and hashtable?

0 Answers  


Does a loop recorder have to be removed?

0 Answers  


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

1 Answers  


Does c# supports destructors?

9 Answers   Choice Solutions,


How many bytes is an int c#?

0 Answers  


Categories