Skip to content

Instantly share code, notes, and snippets.

@darrenbkl
Last active January 12, 2020 13:42
Show Gist options
  • Save darrenbkl/14d68343090d3d881e9b8b178c0e7d16 to your computer and use it in GitHub Desktop.
Save darrenbkl/14d68343090d3d881e9b8b178c0e7d16 to your computer and use it in GitHub Desktop.
planet
public interface Planet { }
public class Mercury implements Planet { }
public class Mars implements Planet { }
public class Saturn implements Planet { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment