Skip to content

Instantly share code, notes, and snippets.

@yogeshjoshi
Created May 17, 2020 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yogeshjoshi/eefc1da30c303c7c548c82bab10b9bbf to your computer and use it in GitHub Desktop.
Save yogeshjoshi/eefc1da30c303c7c548c82bab10b9bbf to your computer and use it in GitHub Desktop.
MyPizza mypizza = new MyPizza(12);
mypizza.setCheese(true);
mypizza.setPepperoni(true);
mypizza.setBacon(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment