Skip to content

Instantly share code, notes, and snippets.

@Bjacksonshorts
Last active August 29, 2015 13:56
Show Gist options
  • Save Bjacksonshorts/9209789 to your computer and use it in GitHub Desktop.
Save Bjacksonshorts/9209789 to your computer and use it in GitHub Desktop.
Interface Learnable{
int study();
int practice();
boolean test();
void learned();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment