in reply to Autoload versus auto-generating accessors

I barely tread water at this point as it hits the limits of my understanding of the object oriented model, but I'll offer this:

  • Comment on Re: Autoload versus auto-generating accessors

Replies are listed 'Best First'.
Re^2: Autoload versus auto-generating accessors
by goldenblue (Acolyte) on Feb 16, 2016 at 15:35 UTC

    In what case don't you get the parent's accessors, anyway? Isnt that what subclassing is all about? What am I misunderstanding?


    --