in reply to Re^2: OO search in objects
in thread OO search in objects

There are several, admittedly hack-y options for subclassing:

1. Call the parent-class "new" method, and let it collect
(Assumes you dont need subclass collections)
2. Do a similar @collection in the subclass
3. Write the parent class such that you have a reference inside the object : something like:
$self{COLLECTION} = \@collection;
then manipulate that property in the subclass.

Disclaimer: I have never had the need to subclass these, so this is untested.

             My goal ... to kill off the slow brain cells that are holding me back from synergizing my knowledge of vertically integrated mobile platforms in local cloud-based content management system datafication.