in reply to Re: accessing superclass data
in thread accessing superclass data

too much boiling down. yes, the data is in the superclass.

the subclass isn't inheriting the  new() method in the actual code. and, that seems to be the best fix.

Replies are listed 'Best First'.
Re: Re: Re: accessing superclass data
by chromatic (Archbishop) on Jul 30, 2003 at 22:30 UTC

    Did you override new() in the derived class and forget to call SUPER::new?

      yep. that's what i did.

      i just removed the overridden  new() since it was just a basic stub anyway ....