Skip to content

Instantly share code, notes, and snippets.

@Khrol
Created April 17, 2013 12:29
Show Gist options
  • Save Khrol/5403858 to your computer and use it in GitHub Desktop.
Save Khrol/5403858 to your computer and use it in GitHub Desktop.
public class BaseClass {
public void baseClassMethod() {
/* Some implementation */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment