'; } } class dog extends animal { public function eat() //应该会报错 Cannot override final method animal::eat() { echo "dog eat bone".'
'; } } ?>