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
Contrast between an interface and abstract class?
Can the accessibility of a type member be greater than the accessibility of its containing type?
Explain About Web.config
What's the difference between a static method and a non static method c#?
Explain about finalize method?
if a method is marked as protected internal who can access it?
Is null == null c#?
Do void methods have parameters?
Why we use methods in c#?
What is the difference between ref and out parameters in c#?
Explain About .NET Remoting and types of remoting
what is boxing and unboxing?can we initialize unboxing directly?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What exactly is serverless?
Why do we use inheritance in c#?