Y
Hacker News
new
|
ask
|
show
|
jobs
by
lacampbell
3536 days ago
Diameter is a nice example of a getter property. However you could change radius to simply
public int Radius;
1 comments
wtetzner
3535 days ago
I think you mean
public final int radius;
link