Q:

What do you mean by the delegate in C#?

0

What do you mean by the delegate in C#?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Delegates are type safe pointers, unlike function pointers as in C++. A delegate is used to represent the reference to the methods of some return type and parameters.
Delegates are required because they can be used to write much more generic type safe functions.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Top 100 C# interview questions and answers 2022

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What are the types of delegates in C#?... >>
<< List out some of the exceptions in C#?...