Question: pls do this in java thank you! Complete Programming Challenge 10 at the end of chapter 10 10. Ship, CruiseShip, and CargoShip Classes Design a

pls do this in java thank you!
pls do this in java thank you! Complete Programming Challenge 10 at
the end of chapter 10 10. Ship, CruiseShip, and CargoShip Classes Design

Complete Programming Challenge 10 at the end of chapter 10 10. Ship, CruiseShip, and CargoShip Classes Design a Ship class that 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 buit. Design a CruiseShip class that extends the Ship class. The CruiseShip class should have the following members: - A field for the maximum number of passengers (an int). - A constructor and appropriate accessors and mutators. * A to String method that overrides the toString method in the base class. The CruiseShip class's toString method should display only the ship's name and the maximum number of passengers. Design a Cargoship class that extends the Ship class. The CargoShip class should have the following members * A field for the cargo capacity in tonnage (an int). - A constructor and appropriate accessors and mutators. - A to String method that overrides the toString method in the base class. The CargoShip class's toString method should display only the ship's name and the ahip's cargo capacity. Demonstrate the classes in a program that has a Ship array.Assign various Ship, CruiseShip, and CargoShip objects to the array elements. The program should then step through the array, calling each object's toString method. (See Code Listing 10-25 as an example.) The solution class should have both encyption and decryption methods, thus a single class for both problems and two classes for the two custom exceptions. Iso -Descriptions this progran will displays a string without any user interaction *Class: Fall - cosc 1437.81002 -Assignnent 1: He-1lo World - Dates 08/15/2011 - Gauthor Zoltan Szabo - eqversion 8.0.8 % For each nethod, you will also be required to create docstring as follows: - Eparam String as args - greturn Termination code as int, 0 for normal, anything else is error condition - gthrows Nothing is implemented % All assignments must be submitted on eCampus under Assignments attached as a single compressed file ( no hard copy needed) Assignmentul astnamettunk, 2 ip Where Assignnent\# is the applicable assignment number listed in the syllabus and lastnamentH is the submitting Student's last nane and last four digits of the student's studentiD. You can submit your assignments early using the applicable assignnent link if it is active on ecanpus, but no assignments will be accepted after the due date/tine. No assignments will be accepted that are sent to the instructor over email. Only eCampus submissions will be counted toward assignment grade. 1.e Assignaent. ISzabo1234.zip Flowcharts/UML and Pseudo code Al1 assignment questions must show design flowchart/UML and/or pseudo code unless otherwise stated for the assignment by your instructor. Flowcharts/UMLs can be created via an application (DIA) or drann by hand and photographed for subeisision

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!