what is a delegate? what it is used for?
Answer Posted / s.jayaprathap.
Delegate is a class that can hold the reference to a method
of a function.Pointers are call back......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the types of constructors?
Define assert() method? How does it work?
Can you inherit multiple classes in c#?
What is string method in c#?
Is post back c#?
What is dictionary class in c#?
Can you explain template pattern?
Explain how to parse a datetime string?
What is an array? Give the syntax for a single and multi-dimensional array?
What is the use of protected in c#?
What are the benefits of using generics in c#?
Can I do things in il that I can't do in c#?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
What does out mean c#?
What are partial classes and use of partial classes?