Talk:Respond to an unknown method call: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: Donal, nice task. --~~~~)
 
(In some languages this task is a bug. What to do?)
Line 1: Line 1:
Donal, nice task. --[[User:Glennj|glennj]] 13:59, 4 June 2009 (UTC)
Donal, nice task. --[[User:Glennj|glennj]] 13:59, 4 June 2009 (UTC)

What to do with the languages where this contract violation is always detected at compile time per language design? The task requires to show a way to circumvent the contract that explicitly states that the object ''x'' does not support the method ''f''. In a strongly typed language this is impossible to do, which is basically the whole idea of design by contract. Should such languages be mentioned as having no solution? --[[User:Dmitry-kazakov|Dmitry-kazakov]] 18:56, 8 July 2009 (UTC)

Revision as of 18:56, 8 July 2009

Donal, nice task. --glennj 13:59, 4 June 2009 (UTC)

What to do with the languages where this contract violation is always detected at compile time per language design? The task requires to show a way to circumvent the contract that explicitly states that the object x does not support the method f. In a strongly typed language this is impossible to do, which is basically the whole idea of design by contract. Should such languages be mentioned as having no solution? --Dmitry-kazakov 18:56, 8 July 2009 (UTC)