makeSound(); // Output: Some generic sound
echo $dog->makeSound(); // Output: Bark
echo $cat->makeSound(); // Output: Meow
?>