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

I think you mean

    public final int radius;