Answer Posted / kamlesh sharma
Delegates are like pointer to functions in c and c++
Delegates are used to encapsulate functions into callable
function object (delegates are type sage in c#)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is namespace necessary in c#?
What is a float?
What does .length do in c#?
Is xml tags are case sensitive?
How to find methods of a assembly file (not using ILDASM)?
What is lazy loading c#?
What is datacontract in c#?
Explain the various types of classes used in c#?
What is a delegate? How can it works?
What is use of private class in c#?
Are arrays value types or reference types?
Can we extend sealed class in c#?
What is the difference between “out” and “ref” parameters in c#?
Explain the types of assemblies in .net?
What is singleordefault c#?