what is a delegate? what it is used for?
Answer Posted / ranjith
Delegate is nothing but a Function pointer,which stores the
address of a method.
These of two types
1)simple delegate:which stores the address of the method.
2)multi cast delegate: which stored the address of multiple
methods.
Generally Delegates are used for EVENT HANDLING and GENERIC
ROUTINES
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
Explain about accessibility modifier 'protected internal'?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
Explain About remoting and web services. Difference between them
What is using keyword in C#?
Why do we need constructor?
What are expressions c#?
What are the new features in c# 2.0?
Define satellite Assembly in .NET?
What is console based application?
What exception can an overridden method throw in comparison with the method it is overriding?
Can properties be static in c#?
What is a type c#?
Is datetime value type c#?
Does constructor return any value in c#?
what is a structure in c#