Tuesday, April 21, 2026 08:42

Posts Tagged ‘delegates’

Delegates

Thursday, January 9th, 2020

You already know from the lesson methods and functions and parameters that you can create methods that accept a number of parameters of different types. But what if you would want to send a method itself as a parameter to another method?… Read more