Question: The following problems are in c++ language!!! In c++ thx. Recitation Activit For today's recitation activity you are going to implement three separate classes ar
The following problems are in c++ language!!!


In c++ thx.
Recitation Activit For today's recitation activity you are going to implement three separate classes ar The first class you will implement is called battleShip. The battleShip.h file has been made available on Moodle. You are also given the the beginning of a main file for Battle Ship: BattleShip_main.cpp Download these files and place them into the same folder on your computer. Open them with CodeBlocks. You will implement the battleShip class and fill out the main file for part 1 of the recitation You will create your class file battleShip.cpp. In battleShip.cpp you will define the methods. (Remember: methods define what your object does). How many methods do you see in your header file? It will be your ob to fll in these methods so that they work.The constructor always has the same name as your class file, and it never has a data type. Make sure to import the proper class file "battleShip.h" and libraries
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
