Kizspy | Question: 15
(Choose 1 answer)
What is a static local function in C#?
A. A function that cannot access instance variables of the enclosing method.
B. A function that is only accessible to other classes.
C. A method that can access non-static fields.
D. A function that can only be defined globally.