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
Is datetime a value type in c#?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
How do you determine whether a string represents a numeric value?
What is a copy constructor in c#?
Which are access modifiers available in c#?
How can we sort an array in c#?
How do I start a program in c#?
Are c# tuples immutable?
What is the compiler of c#?
What is linq c#?
Explain the difference between abstract class and interface.
Which is faster list or dictionary in c#?
Is nullable type c#?
What is difference between write and writeline?
What do u mean by delegation?