in reply to •Re: OO: sharing data across inheritance
in thread OO: sharing data across inheritance

In traditional OO, your child class inherits the behavior of the parent class, not the data of a specific parent object.
Yeah, but the de facto Perl standard of doing OO means you do inherit all the data of a specific parent object.

Abigail

  • Comment on Re: OO: sharing data across inheritance