Question: Q3 Answer Q3(a)-Q3(b) using Java based on the information given in FIGURE Q3. A Ship class has the following members: A field for the name

Q3 Answer Q3(a)-Q3(b) using Java based on the information given in FIGURE Q3. A Ship class has the following members: A field for the name of the ship (a string) A field for the year that the ship was built (a string) A constructor and appropriate accessors and mutators A toString method that displays the ship's name and the year it was built A CruiseShip class is derived from the Ship class. The CruiseShip class should have the following members: A field for the maximum number of passengers A constructor and appropriate accessors and mutators AtoString method that overrides the toString method in the base class. The Loslring method in the Cruiseship class should display only the ship's name and the maximum number of passengers. FIGURE Q3 Wote the a (b) Write the CruiseShip class using Java. (14 marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
