Starting from:

$25

CSE222_505 - HW1-Cargo Company Management System - solved

Computer Engineering



As the second part of the first homework, the scenario given in the first part will be designed by using ArrayList instead of Array. For reminder purposes, it is reshared below. Also, unlike the first part, you are expected to make an object oriented design in this part. It is important!

SCENARIO:

The automation system for a cargo company has users such as administrators, branch employees, transportation personnel and customers. Administrators manage the system by adding and removing branches, branch employees and transportation personnel. Branch employees can enter and remove information about the shipments sent from that branch, add and remove users (customers) to the system. The information of the sender and receiver are recorded for each shipment. When the package arrives at a branch or leaves the branch, its current status is entered into the system by the branch employee. When it is delivered, the transportation personnel makes the update. The customer entering the system with the tracking number is only authorized to see the name and surname information of the sender and receiver and the current status of the cargo. 

Design and implement the automation system for a cargo company. You can define additional requirements as necessary.

RESTRICTIONS:

-          Use only ArrayList

-          Can be only one main class in project

-          Don’t use any other third part library

GENERAL RULES:

-          For any question firstly use course news forum in Moodle, and then the contact TA.

-          You can submit assignment one day late and will be evaluated over sixty percent (%60). 

TECHNICAL RULES:

-          Use given CSE222-VM to develop and test your Homeworks (your code must be working on CSE222-VM). 

-          Implement clean code standards in your code; o Classes, methods and variables names must be meaningful and related with the functionality.

o   Your functions and classes must be simple, general, reusable and focus on one topic.

o   Use standard java code name conventions.


More products