Re: OOP Clarification
Re: OOP Clarification
- Subject: Re: OOP Clarification
- From: Bob Savage <email@hidden>
- Date: Tue, 01 Jan 2002 21:03:52 -0600
To Adam and John, thanks for the responses.
It sounds like the consensus is class method.
>
if a method does all of it's processing
>
based purely on arguments passed to it and requires no access to
>
instance variables or other instance methods, then I'd have thought the
>
method should be made a class method.