what are delegates? How you used then in your project?
Answer Posted / kiran kumar reddy
A delegate can be defined as a type safe function pointer.
It encapsulates the memory address of a function in your
code. Whenever you create or use an event in code, you are
using a delegate. When the event is thrown, the framework
examines the delegate behind the event and then calls the
function that the delegate points to. delegates can be
combined to form groups of functions that can be called
together.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Explain About web methods and its various attributes
What is literal in c#?
What is better C# or VB.NET?
What is the use of console readkey ()?
What is the use of static members with example using c#.net.
What do you mean by object pooling?
What is the console on a mac?
What is inheritance c#?
What is tuple in c#?
What is sqldatareader c#?
How to handle exceptions that are raised in a component?
Explain a MSIL ? Why is it appreciated by all developers?
What is difference between variable and property in c#?
Can a struct inherit from an interface in c#?
What is asp net c# corner?