Created by Andrew Goldman on 5/20/2025
This project handles the core tasks for a mock shipping software. The program takes in personal information for shipper and sender, and can calculate a very basic shipping cost by calculating parcel volume and weight.
This program demonstrates the java principles of object oriented programming, inheritance, and encapsulation