reflection/invoking in arduino

Hello everybody,

I like to ask if anybody know if can arduino invoke methods through strings as in java or .Net when they use reflection?

Hello and welcome,

No, it's not possible. Once compiled, functions and variables doesn't have names, just an address.