what is a delegate? what it is used for?
Answer Posted / asin
Delegate is a Function Pointer.It invokes methods.
References to methods are wrapped in delegates.
Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
Which is faster dictionary or list?
What is xml serialization and deserialization in c#?
How does aspect oriented programming work?
What happens if the inherited interfaces have conflicting method names?
What is type checking in c#?
Can you create an instance of a static class?
What do you mean by hashtable c#?
What is the default value of guid in c#?
Why do we use stringbuilder in c#?
what is the default access for a class
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is distribute by in hive?
Why do we need to call CG.SupressFinalize?
What is a nullreferenceexception?