What?s a delegate?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
Answer / sudhakar
deligate is an object,where reffered to as an function address.
| Is This Answer Correct ? | 2 Yes | 2 No |
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 |
Is null c# operator?
Can list contain duplicates c#?
What is system console writeline in c#?
Explain the difference between event and a delegate in c#?
What is reflection in c#?
Are structs value types or reference types?
Explain manifest & metadata in c#.
i have a string aabccefsdss.how can i get the string abcefsd. or write the fallowing string with only character occurrence of once .
What is the real use of interface in c#?
What are c# attributes and its significance?
Explain the difference between “as” and “is” operators used in c#?
Define encapsulation?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)