G
Guest
I've an unusual (?) question. I want to create an array of references to
methods having identical parameters and return types. I would like to
reference the appropriate method within the array via a enum type and then
execute the corresponding method. Is this possible?
methods having identical parameters and return types. I would like to
reference the appropriate method within the array via a enum type and then
execute the corresponding method. Is this possible?