newbie question: poolDictionaries

Bob Arning arning at charm.net
Fri Mar 7 20:18:47 UTC 2003


On Fri, 07 Mar 2003 20:52:39 +0100 Stephane Rollandin <hepta at zogotounga.net> wrote:
>it appears that the class variables A and B are shared by both classes. Is 
>it possible to have some kind of a class variable that can store different 
>values along the inheritance chain ? (e.g. A is 5 in SomeSubclass and A is 
>'hello' in SomeSubSubclass)

Yes, they are called "class instance variables". To see/change them, click on the 'class' button in the browser.

Cheers,
Bob



More information about the Squeak-dev mailing list