makeSound(); $cat->makeSound(); $cow->makeSound(); $dog->makeJump(); $cat->makeJump(); echo "
"; print_r($cat); $cat->meow(); $dog->woof();