in reply to Inheritance via class::derived_method Question

Inheritance only applies to classes and objects. If you're not going to use either, how could inheritance possibly "work".
Horse->speak(); # Class method $ed->speak(); # Object method