Q:

What are delegates?

0

What are delegates?

All Answers

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

Delegates are the same are function pointers in C++, but the only difference is that they are type-safe, unlike function pointers. 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)

C# Interview Questions and Answers,You Need To Know

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the difference between “continue” and ... >>
<< Explain different states of a thread in C#?...