this is for a java programming class
1 of 1 CSC295 Java Programming Inheritance Create a class named Package with data fields for weight in ounces, shipping metod, and shipping cost. The shipping method is a character: A for air, T for truck, or M for mail. The package class contains a constructor that requires arguments for weight and shipping method. The constructor calls a calculateCost) method that determines the shipping cost, based on the following table Truck(5)
OR
OR