Skip to content

Instantly share code, notes, and snippets.

@codewithcats
Created December 29, 2011 08:44
Show Gist options
  • Save codewithcats/1533000 to your computer and use it in GitHub Desktop.
Save codewithcats/1533000 to your computer and use it in GitHub Desktop.
class Circle {
private float radius;
private String color;
public float getDiameter() {
// what is "this" ?
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment