Problem: I am new to the world of programming and I am learning functions in C#. While working with functions, a question popped in my mind that whether I can pass function to another function as parameter or not? I tried doing so, but nothing worked. So, my question is: can I pass a function to another function as a parameter? If yes, how? if not, why?
asked
Oct 22, 2020
Code Learner
5.7k points