in reply to Class::Std and Reverse inheritance?

It don't think inside out objects v. traditional objects even matters. You're asking to do something that's not possible with standard OOP practices. How can a parent class know what child classes exist? If you have a solution, it will likely be applicable to inside out or traditional objects.
  • Comment on Re: Class::Std and Reverse inheritance?