support@chatgptassignment.com

been provided for you. Place the following in your Ship class The CruiseShip class should

Write a program that will create a CruiseShip class and CargoShip class both derived from an abstract Ship class. You will need seven files for this program: These files have been provided for you. Place the following in your Ship class The CruiseShip class should publicly inherit from the Ship class. Place the following in your CruiseShip class The CargoShip class should publicly inherit from the Ship class. Place the following in your CargoShip class The function main() is complete and should not be modified. You will need to complete the function On line 68, you will need to create a CruiseShip and add to vector vShip. On line 72, you will need to create a CargoShip and add to vector vShip.