I need to call some functions generated by some libs. I will need to call fucntion1, function2, …, function10 one by one. Instead of writing them all out on the code, is there any clever way to code it?
I need to call some functions generated by some libs. I will need to
Share
You could use reflection.