define a function at runtime...
807588Feb 7 2009 — edited Feb 7 2009is it possible to define a function at runtime and call it...?
i.e i have a program thats makes a call to some function xxx() in a class Abc
but there is no definition for xxx() yet..hence during runtime the user types in the code and compiles it and then can he call the function xxx() from my program....? if so how..
Thank you