posted 7 years ago
Hi, I have made a shopping cart that contains product class, LineItems class and Order class.
I Order class that has addToCart method that adds only the unique products. Like if i add Books and Books item is already present , then add only the quantity. I have made an attempt but it adds the renewed quantity as
well as the old one. I even tried using a HashSet still its not working.
Please help.
Main Class