Path: utzoo!attcan!uunet!husc6!rutgers!mailrus!ncar!boulder!unisyn!matheny From: matheny@Unisyn.COM (John Matheny) Newsgroups: comp.windows.news Subject: Re: invisible class variables Message-ID: <406@unisyn.COM> Date: 18 Oct 88 17:17:24 GMT References: <11188@cgl.ucsf.EDU> Reply-To: matheny@Unisyn.COM (John Matheny) Organization: Unisyn, Inc. - Boulder, CO Lines: 11 In article <11188@cgl.ucsf.EDU> pett@socrates.ucsf.edu (Eric Pettersen%CGL) writes: >... There is no clean way to access the class variables of a >superclass while a subclass is being defined. Unfortunately, "super" is not defined while defining a subclass. A kludge I have used is to name explicitly the class that the variable is in instead of using "super". So, to access "Foo" in the parent class "ParentClass" you can use "/Foo ParentClass send". -- John Matheny Internet: matheny@Unisyn.COM UUCP: uunet!unisyn!matheny Unisyn, Inc., 3300 Mitchell Lane, Boulder, CO 80301 +1 303 443 7878