Skip to content

Instantly share code, notes, and snippets.

@schatekar
Created February 9, 2017 22:25
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 schatekar/9fd540baf3f185b327aecd0097b6ba8b to your computer and use it in GitHub Desktop.
Save schatekar/9fd540baf3f185b327aecd0097b6ba8b to your computer and use it in GitHub Desktop.
public class Camera
{
public void Shoot()
{
//Take a picture here
}
}
public class Gun
{
public void Shoot()
{
//Hit the target
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment