Java Programming
LEARNING OUTCOMES
Build moderate to advanced stand-alone GUI applications using Java concepts(C3, PL02)
Demonstrate the use of Java concepts and their functionalities in the existing system(A3, PL05)
Title
Section A: Program Specification
Design and develop a room booking system for a resort. The main purpose of this system is to simulate room booking in a week for a small resort with two views (Jungle & Sea) with each view consisting of 10 rooms. The charge per room is RM350.00 per night. The system will be used by resort staff.
The following characteristics are important to be included in your system:
Staff
sign in to use the system
book room for the customer (Add)
– system allow staff to choose a room based on the day. Next, the system will show all the available room(s) for the selected day. Now the staff can specify the room to book.
– Booking details such as customer name, IC/Passport, contact number, email, room id, days of stay, etc should be included while booking.
manage room booking details (Modify/Delete/Search/View).
view receipt which consists of details of customer booked room and total charges including taxes.
Section B: Deliverables
This is an individual assignment. Each individual is required to submit:
A softcopy of the program coded in Java. The program should include the following:
Basic Java concepts such as displaying and reading the text, variables, and assignment of values, comments – to explain various parts of the program, selection control, and iteration structures, and arrays – single/double scripted.
Object-oriented concepts incorporated using Java such as the definition of classes, creation of objects/arrays of objects, constructors, method overloading, method overriding, inheritance, etc.
Any other aspects of Java.
Documentation of the system, that incorporates basic documentation standards such as header and footer, page numbering, and which includes:
Cover page
Table of contents
Sample outputs when the program is executed with some explanation of the outputs/sections of the program
Sample code to discuss the OO concepts and Java features used in the system
Additional features which have been incorporated into the solution in terms of Java codes
Assumptions
All references must be made using the APA Naming Convention