Skip to content

Instantly share code, notes, and snippets.

@u8989332
Created April 1, 2018 03:55
Show Gist options
  • Save u8989332/ff244189562a6f33a22865295c04e36a to your computer and use it in GitHub Desktop.
Save u8989332/ff244189562a6f33a22865295c04e36a to your computer and use it in GitHub Desktop.
public class BreakfastShop
{
public void cook(Hamburger hamburger)
{
hamburger.recipe();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment