updateAnimal abstract method

Profile updateAnimal(
  1. Animal animal
)

Return a Profile with updated animal.

Implementation

Profile updateAnimal(Animal animal);