Created by
Ben Howdle of
Pingback: Movies as Code « FraSpi
[code]Class Man extends Human { public bool answer() { return true; } }
Class Woman extends Human { public bool answer() { throw new NullPointerException(); } }[/code]
What language returns YES?
Pingback: Movies as Code « FraSpi