From: Mohammad Khan Date: 2004-09-02T01:19:30+09:00 Subject: Re: accessing superclass variables I am not sure what you wanted to know from your question. Are you asking How a variable of super class can be accessed from its sub-class? Thanks Mohammad On Wed, 2004-09-01 at 11:40, Nicolaj Soendberg Madsen wrote: > How do I access an outer variable from within a nested class? > > Is it possible to directly access them?