0 votes
in C Sharp by

What’s a delegate?

1 Answer

0 votes
by

A delegate object encapsulates a reference to a method. In C++ they were referred to as function pointers.

Related questions

0 votes
0 votes
0 votes
asked Mar 5, 2020 in C Sharp by JackTerrance
0 votes
asked May 6, 2020 in C Sharp by SakshiSharma
...