what are people's opinions about making a category object static vs making 
it an instance member?  should it always be declared static, is it 
necessary to declare it static if its never called from a static context?

e.g.

   private Category cat;

vs

   private static Category cat;




---------- --------- -------- ------- ------ ----- ---- --- -- -
Christopher Lambert

Lawrence Livermore National Laboratory
7000 East Avenue   M/S L-493
Livermore, CA 94550

B 481, Rm 2231  -  (925) 423-4927  -  [EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to