RosettaCodeData/Task/Send-an-unknown-method-call/00DESCRIPTION

9 lines
197 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
;Task:
2013-04-10 23:57:08 -07:00
Invoke an object method where the name of the method to be invoked can be generated at run time.
2017-09-23 10:01:46 +02:00
;Related tasks:
2013-04-10 23:57:08 -07:00
* [[Respond to an unknown method call]].
* [[Runtime evaluation]]
2017-09-23 10:01:46 +02:00
<br><br>