Skip to content

Instantly share code, notes, and snippets.

@smsohan
Created November 2, 2011 01:57
Show Gist options
  • Save smsohan/1332647 to your computer and use it in GitHub Desktop.
Save smsohan/1332647 to your computer and use it in GitHub Desktop.
Without using instanceof
public void processMessage(CleanFloor cleanFloor){
cleanFloor.cleanKitchen();
}
public void processMessage(LaunchRocket launchRocket){
launchRocket.shootToMoon();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment