首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
COMP2005J代写、代做Python,Java程序设计
项目预算:
开发周期:
发布时间:
要求地区:
COMP2005J Object Oriented Programming
Course project description
You need to implement a Car rental system in java using object-oriented programming. You
need to implement your code by using at least 3 of the main pillars of Object oriented
programming (Encapsulation, Inheritance, Polymorphism). This means that you need
to use Interfaces, Nested Classes, Class hierarchy and other features related to
these concepts as necessary.
* Encapsulation: By creating classes for Car, Reservation, User, and Admin and
wrapping data and methods that operate on the data into a single unit.
* Inheritance: By using subclasses for different Car Categories types ( SUV,
SEDAN, Sports) which will inherit properties from a parent Car class.
* Polymorphism: By utilising interface methods that can be implemented differently
for user and admin, allowing different behaviours for the two user types.
System Entry:
Upon starting the application, users are greeted with a main menu (Command line
Interface):
● User: This option directs the user to the user panel.
● Admin: This option directs the user to the admin panel.
● Exit: This option allows the user to exit the application.
User Panel:
In the user panel, users can:
● See Available Cars for Rent: Users can view the list of cars available for
rent. If there are no cars available, a message indicating the unavailability is
displayed.
● Rent a Car: Users can choose to rent a car.
● See Your Reservations: Users can view their car rental reservations.
● Return a Car: Users can return a rented car.
● Exit: Users can go back to the main menu.
Admin Panel:
In the admin panel, administrators can:
● Add a Car: Administrators can add a new car to the inventory.
● See All Cars: Administrators can view the entire list of cars in the inventory.
● Delete a Car: Administrators can remove a car from the inventory.
● Exit: Administrators can go back to the main menu.
Car Configurations:
* You do not need to use a database to store the inventory. You only need to keep
track of the inventory during the runtime of the code and the inventory should reset
when you end the execution.
● Car Categories and Rates:
● SEDAN: Hourly rate RMB90, Daily rate RMB350, Weekly rate RMB900
● SUV: Hourly rate RMB120, Daily rate RMB450, Weekly rate RMB1100
● SPORTS: Hourly rate RMB150, Daily rate RMB550, Weekly rate
RMB1400
Each car has attributes:
● Category (SEDAN, SUV, SPORTS)
● Model ("BMW", "Porsche", "Audi")
● Quantity
Model Rate Adjustments:
● Rates are subject to adjustments based on the car's model:
● BMW: 20% of the total bill.
● Porsche: 30% of the total bill
● Audi: 10% of the total bill
should be added to the bill, if the user chooses the particular model.
Tasks:
1. Implement fully functional User Panel as stated above. Upon renting a car,
the user should be able to see the final bill. Also, the user should see the
billed amount while seeing the reservation. After renting or returning the car,
the available cars to rent should be updated. For instance, see the following:
Available cars for rent should be updated as the following:
2. Implement fully-functional Admin Panel as stated above. Admin should be
able to add/delete a car from the inventory. It should impact the available cars
to rent.
See the current Inventory after adding new car:
See the available cars to rent in the user panel:
The available cars to rent for Audi, Sedan becomes 13. Because the user
rented 7 cars of the same model before. So, the inventory has 20 Audi,
Sedan, but only 13 of them are available for rent.
Test Scenarios:
You should record your screen when running the following tests and submit a
video inside the zip file. The video duration should be less than two minutes,
and you should explain by talking to the microphone during the recording.
● The Admin adds 10 BMWs (1 Sport, 5 Sedan, 4 SUVs).
● The customer tries to rent 4 SUVs of the model "BMW" for one day and
will be billed considering both the SUV daily rate and the BMW model
adjustment.
● The customer tries to rent 2 SUVs and receives an error: “We do not
have enough cars”.
● The customer returns 1 BMW SUV and receives a promt saying
(Returned Sussecfully!).
● The Customer checks the reservations and now it should only be able
to see 3 BMW SUVs in the reservation list.
Bonus Point (10% Extra):
To get the extra 10% the rental system should implement a Graphical User Interface (GUI) to
allow the users to interact with it. Here is a Tutorial and a video guide on creating GUIs in
IntelliJ Swing.
Grade component
Project submission (40% of full grade).
Submission deadline
The submission deadline is Thursday, November 30, 2023, at 23:59 hours (Beijing time).
Submission guidelines
Your submission should include:
● Source-code of your implementation application, implemented in java. You should
submit your code as a project and not as a single file. For this you should export
your project as a zip file from the IDE (See how to do it on IntelliJ).
● The screen recording of test scenarios (less than 2 minutes). If you have a GUI you
should also record the test scenarios using that.
● A detailed configuration report (in PDF format) describing your implementation of the
course project. This report should describe in detail how you have implemented the
project, and the various challenges that you faced during the same. This manual
should describe the step-by-step procedure of developing your code maximum 7
pages including cover and references.
Please upload a single zipped folder (in .zip format) containing all these files arranged in a
systematic manner.
The naming convention for each of the projects is:
ucdconnectid_pM.zip
where ucdconnectid is your UCD Connect ID, M is the project number, and p and zip are
in lower-case characters.
For example, a student John Smith with the UCD Connect ID 12345678 would submit the
first project as 12345678_p1.zip.
Grading scheme
The penalties for late submission are as follows:
● Less than 15 minutes past the deadline - no penalty.
● Greater than 15 minutes and less than 2 hours past the deadline - loss of 25% of the
final mark.
● Greater than 2 hours past the deadline - loss of 50% of the final mark
The submission will be graded based on the following criteria:
● Correctness: The software should perform as described in the final report.
● Robustness: The software should operate reliably and be not subject to frequent
abnormal terminations.
● Report Quality: The associated configuration report should be organised and
well-structured and.
● Use of Object Oriented Programming Concepts (Encapsulation, Inheritance,
Polymorphism).
● Video presentation: You should explain steps of the test during the recording.
If you have any queries about the Project details:
1- Create a new topic in the Brightspace Discussion Forum under the Project Q&A.
2- In case of personal circumstances Contact your TA (abdul.wadud@ucdconnect.ie)
3- Do not leave your questions for the days closer to the deadline as we might not be able to
answer all the questions in a short time.
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代做ceng0013 design of a pro...
2024-11-13
代做mech4880 refrigeration a...
2024-11-13
代做mcd1350: media studies a...
2024-11-13
代写fint b338f (autumn 2024)...
2024-11-13
代做engd3000 design of tunab...
2024-11-13
代做n1611 financial economet...
2024-11-13
代做econ 2331: economic and ...
2024-11-13
代做cs770/870 assignment 8代...
2024-11-13
代写amath 481/581 autumn qua...
2024-11-13
代做ccc8013 the process of s...
2024-11-13
代写csit040 – modern comput...
2024-11-13
代写econ 2070: introduc2on t...
2024-11-13
代写cct260, project 2 person...
2024-11-13
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!