:- object(joeSportsman, extends(joePerson)). :- public(stamina/1). :- public(weight/1). stamina(30). weight(111). :- end_object.