Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!scubed!s3snorkel!warner From: warner@s3snorkel.ARPA (Ken Warner) Newsgroups: comp.lang.smalltalk Subject: Re: Variable scoping in Smalltalk Keywords: super Message-ID: <1721@scubed.UUCP> Date: 28 Mar 89 02:59:39 GMT References: <935@cs-spool.calgary.UUCP> <2719@pegasus.ATT.COM> Sender: usenet@scubed.UUCP Reply-To: warner@s3snorkel.UUCP (Ken Warner) Distribution: comp Organization: S-Cubed, San Diego California Lines: 11 Along the same lines, how does one find out the super-class so that one can access the super class-pool variables without explicitly stateing the name of the super class. I recently had to do this and I couldn't figure out how to do this without hard-wireing the name of the super-class. The message; super class is the same as; self class. Ken Warner