what is a delegate? what it is used for?
Answer Posted / anu1983_mca@yahoo.co.in
Delegate defines a reference type that can be used to
encapsulate a method.Delegate is a function pointer in c++.
I. Delegate is a Type-Safe and secure
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Distinguish between the Debug class and Trace class with its functionality?
What is gridview c#?
How do I simulate optional parameters to com calls?
How do I calculate relative time?
What is dataadapter c#?
How do you convert byte array to hexadecimal string, and vice versa?
What is extension method in c# and how to use them?
What are interfaces in c#?
What is the purpose of escape sequence?
What is data hiding in c#?
Why do we still see so much non-oo code written in c# today?
Are c# tuples immutable?
What is the difference between “constant” and “readonly” variables in c#?
Can we inherit class that contains only one private constructor?
What is the difference between properties and indexer in c#?