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 |
What is the use of tryparse in c#?
What is the purpose of namespace in c#?
What is the C# syntax to catch any possible exception?
What is list collection in c#?
Describe a Struct ?
Can we store different data types in arraylist in c#?
Explain About Virtual functions and their use.
Why do we write system in c#?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
Why data types are important in c#?
Wats the diff between sealed class and private class in inheritance
Explain the difference between directcast and ctype.
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)