Method drink is inherited from Human, while shave is specific to a Human::Male (although not all males do shave).
drink
Human
shave
Human::Male
Programming is all about using correct names.