what is a delegate? what it is used for?
Answer Posted / subhransu
A delegate is a type-safe object that can point to another method (or possibly multiple methods) .
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Is ram a heap?
What is the use of partial methods?
What do you mean by generic class in c#?
What is the difference between method parameters and method arguments. Give an example?
What are custom attributes in c#?
What is a dimensional array?
What is the benefit of using interface in c#?
What is eager and lazy loading in c#?
Explain the difference between access specifier and access modifier in c#?
What are constants in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is lazy loading and eager loading in c#?
What is static classes?
What is difference between gridview and form view?
What is ienumerable <> in c#?