Created
January 6, 2012 04:00
-
-
Save mrdaemon/1568891 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class AnusItch extends Unpleasantness { | |
public void itch(Wart w){ | |
// code for when your butt itches because of a Wart | |
} | |
public void itch(Hemorroid h){ | |
} | |
public void itch(SwampAss s){ | |
} | |
public void itch(SwampAss, s, wart w){ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment