- or download this
/-----------\
| Company |
...
/-------------\
| AcmeLtd::IT |
\-------------/
- or download this
Company->new->run
...
(inside Company::run)
call the processing method of the object instantiated above
- or download this
Company->new->run
...
(inside AcmeLtd::run)
AcmeLtd::IT->new->run
- or download this
Company->new->run
...
(inside same, reblessed object)
call newly available processing method