System Overview - Product, Cart, Order classes
This system models a simple shopping process using three main classes: Product, Cart, and Order. Users can add products to their cart, review the cart, and place an order. The system tracks product details, cart contents, and order status.