// Class Human public function getDance() { return "human_"@ races::getDance(); }
// Class Races public function getDance() { return "dance"; }