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
Difference between call by value and call by reference in C#?
Explain inheritance in c#?
How to reverse each word in a string using c#?
Enlist all the components of an ado.net framework?
what is method overloading in c#?
Why we use extension methods in c#?
What is the difference between Object and class adapters?
Can you instantiate a struct without using a new operator in c#?
Difference between debug.write and trace.write?
Explain About friend and Protected friend
Explain the Usage of web.config
What is Named parameter in C#?
What are static and dynamic variables?
What is primitive types in c#?
What does || mean in programming?