Answer Posted / maqsud
The delegate keyword is used to declare a reference type
that can be used to encapsulate a named or an anonymous
method. Delegates are similar to function pointers in C++;
however, delegates are type-safe and secure.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between array and collection in c#?
what is IDisposal interface
What does ienumerable mean?
How long does it take to learn c# for unity?
Is stringbuilder better than string?
What does writeline mean?
What are the Types of optimization and name a few and how do u do?
Can you mark static constructor with access modifiers?
What do you mean by streamreader/streamwriter class in c#?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
What is assembly version series sequence?
What are types in c#?
Can we change static value in c#?
what are nullable types in c#
What is reflection in c#?