Skip to content

Instantly share code, notes, and snippets.

@anjanashankar9
Created August 1, 2021 11:35
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 anjanashankar9/ae0f97acd8947ad5b5073cfeb912b441 to your computer and use it in GitHub Desktop.
Save anjanashankar9/ae0f97acd8947ad5b5073cfeb912b441 to your computer and use it in GitHub Desktop.
Command Pattern - dev
public interface Device {
public void on();
public void off();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment