in reply to Inheritance via class::derived_method Question
Horse->speak(); # Class method $ed->speak(); # Object method [download]