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 a delegate? Explain.
Which is faster dictionary or list?
What are collections in c#?
What is sealed class in c#?
What is the difference between finally and finalize block?
What is assembly version series sequence?
How to add controls dynamically to the form using c#.net.
Write a program to find the angle between the hours and minutes in a clock
What are the classes contained in a single .NET DLL ?
What is difference between private and protected in c#?
What are custom attributes in c#?
How to find Percentage, name ,College from a resume or document ? How to export these values to other page in C#?
Describe two uses of the “using” statement during the operation of c#?
Can abstract class have constructor in c#?
What is an interface class in c#?