Question: Given the following sequence diagram, write the implementation (Psudecode) for Cart.deleteProduct Controller c:Cart t:Tax remove Product(cartno, productid) H c=findCart(cartNo) 1 1 I 1 p=findProduct(productld) deleteProduct(p)
Given the following sequence diagram, write the implementation (Psudecode) for Cart.deleteProduct Controller c:Cart t:Tax remove Product(cartno, productid) H c=findCart(cartNo) 1 1 I 1 p=findProduct(productld) deleteProduct(p) 1 remove(p) newTotal=calcTotall) I calculateTax(newTotal)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
