[Tutor] Re: Another aftermath (Stern-Brocot tree):

Kirby Urner urnerk@qwest.net
Wed, 09 Jan 2002 07:56:52 -0800


>
>Which is a good enough demo of how to create and access
>the new static (aka class) methods but is not a good
>example of what a class method should be used for


Agreed.  And yes, Java forces us to do it this way
because everything is in a class.  Moving the likes
of gcd and lcm out of the class and having them be
free floating in the same module is a better approach
in this case.

Kirby