assignment 1 (JAVA PROGRAMING)

profilevavlorflowerrr
UMLClassDiagramTextVersion.docx

Pet

- petType

- petName

- petAge

- dogSpace

- catSpace

- daysStay

- amountDue

+ checkIn()

+ checkout()

+ getPet()

+ createPet()

+ updatePet()

Dog

+ dogSpaceNbr

+ dogWeight

+ grooming

+ getGrooming()

+ setGrooming()

+ getDogWeight()

+ setDogWeight()

Cat

+ catSpaceNbr

Arrow pointed from table labeled Dog to table labeled Pet; arrow pointed from table labeled Cat to table labeled Pet