Answer Posted / 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 |
Post New Answer View All Answers
What is the use of thread join in c#?
Can we override constructor in c#?
What are extender provider components?
What is dynamic in c#?
Explain lock, monitors, and mutex object in threading.
Why do we use ienumerable in c#?
What is the use of console application in c#?
Does constructor return any value in c#?
Is it possible to force garbage collector to run?
What is the difference between icomparer and icomparable in c#?
How do I edit a dll file?
What is the default modifier for class in c#?
What is Named parameter in C#?
What is datacontract in c#?
From which base class do all Web Forms inherit from?