in reply to Re: Syntax question: Method call, where method name is calculated from an expression
in thread Syntax question: Method call, where method name is calculated from an expression
Sorry, this design looks strange, IMHO it breaks OOP paradigms.
It does so on purpose. The code in question has to do with introspection, i.e. method name and arguments come from the outside. See it as kind of a debugging aid.
Aside from this, I found the question by itself interesting too ;-)
|
|---|