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

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 Cruise Ship 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 A tostring method that overrides the tostring method in the base class. The tostring method in the Cruise Ship class should display only the ship's name and the maximum number of passengers. FIGURE Q3 (a) Write the ship class using Java. (16 marks) (b) Write the Cruise Ship class using Java. (14 marks)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!