assignment 1 (JAVA PROGRAMING)
|
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