Talk:Send an unknown method call: Difference between revisions

From Rosetta Code
Content added Content deleted
 
 
Line 1: Line 1:
==Static languages==
==Static languages==
I guess static languages could have a large case statement calling different instance methods based on the result of an expression. --[[User:Paddy3118|Paddy3118]] 22:37, 27 August 2011 (UTC)
I guess static languages could have a large case statement calling different instance methods based on the result of an expression. --[[User:Paddy3118|Paddy3118]] 22:37, 27 August 2011 (UTC)
:Some languages can use reflection. --[[Special:Contributions/208.80.119.67|208.80.119.67]] 22:33, 7 September 2011 (UTC)

Latest revision as of 22:33, 7 September 2011

Static languages

I guess static languages could have a large case statement calling different instance methods based on the result of an expression. --Paddy3118 22:37, 27 August 2011 (UTC)

Some languages can use reflection. --208.80.119.67 22:33, 7 September 2011 (UTC)