PROJECT SCENARIO You have been hired as a Java programmer by ABCTransportation. Your first project is to develop a system tomaintain the information about the vehicle installed in thetransport company with sufficient detail of vehicle's owner,contact no. and insurance detail and all the available transportservices provided by the company
PART A
(theory)1.a) Design one object, its feature(s) and required behaviour(s)for the given system. You need to provide justification for yourdesign. 1.b) Describe the differences between Array and Arraylist and howyou can apply it to your system. You need to justify youranswer.
1.c) Describe the differences between while loop and for loopand how you can apply them in your code. You need to justify youranswer
1.d) (code) - console program (add in a little information forthe database manually.)
Users of the System
1. Admin
2. Manager of each branch
3. Normal visitors
Admin
- Can create the manager for various branches and can alsomaintain the information of each manager such as date of joining,salary, personal detail, etc. after getting logged in.
- Can install new truck with the required information.
- Can search the truck whenever required and can view therecently installed truck.
- Can change the status of a truck in some kind of emergencycondition.
- Can view the detail of persons who have tried to contacthim.
Manager
- Can view the recently installed trucks and can change thestatus of a truck in some kind of emergency condition.
- Can determine how many trucks are related to his or herbranch.
- Can compare his output to others branches output in serviceslink.
- Can contact to the admin of a company when needed.
Normal Visitor
- Can view the recently installed trucks
- Can check out our services.
- Can contact the admin in case of any query.
PROJECT SCENARIO You have been hired as a Java programmer by ABC Transportation. Your first project is to develop a sy
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am