Question: JAVA LANGUAGE!! Q4. Write a method named deleteCustomer as it will get the argument customerId and has no return value. (10 p) Assume that there
JAVA LANGUAGE!!
Q4. Write a method named deleteCustomer as it will get the argument customerId and has no return value. (10 p)
Assume that there are two globally defined List Arrays of objects lstCustomer (of class Customer) and lstPet (of class Pet).
- It has to first all pets owned by this customer
- Then it has to delete the
Customer Pet Operation Type int custid (PK) String custTitle String custName String custPhone int petld (PK) int custid (FK) String petName String petType int petAge int optld (PK) String optName float optPrice Veterinary Clinic Operation Payment int operld (PK) int optid (FK) int petld (FK) Date operDate (FK) int paymld (PK) int operid (FK) float payAmount Date payDate
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
