Suppose I have a object, say “obj”. Now, if I declare a variable as “var name=getClients” . Now , I want to call the method specified in the variable “name” on the object “obj”!!!
Wanna resolve a string into method name!
Regards, Rajiv.