Chapter 20 program – inheritance and polymorphism | computer | Aaniiih Nakoda College
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: ship.h ship.cpp cruiseship.h cruiseship.cpp cargoship.h cargoship.cpp main.cpp – main() function and other functions as described These files have been provided for you. Part 1 ship.h and ship.cpp (10 Points) ship.h Place the following in your Ship class […]