what are delegates? How you used then in your project?
Answer Posted / deepti
delegates just like a pointers,its nothing but hold the
address of a variable..
There r two types of delegates:
1) Single Delegates: it calls only one method.
2) Multiple Delegates: it calls multiple methods.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Differentiate between object pooling and connection pooling in c#?
What is lazy loading and eager loading in c#?
What is an assembly in .net?
What do you mean by streamreader/streamwriter class in c#?
List the 5 different access modifiers in c#?
how to prevent a class from being inherited in c#.net?
How to properly clean up excel interop objects?
What are the advantages of generics in c#?
Can I call a virtual method from a constructor/destructor?
What is datacontract in c#?
Is c# static or dynamic?
Can a method be sealed in c#?
What are the types of inheritance in c#?
Can a struct inherit from another struct or class in c#?
What is difference between assembly and namespace?