Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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!
image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

What is a verb?

Answered: 1 week ago