Skip to content

Instantly share code, notes, and snippets.

@anjanashankar9
Created August 1, 2021 11:35
Embed
What would you like to do?
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