Jump to content
Sign in to follow this  
eyda228

Sape Yang Bleh Tlg?

Recommended Posts

You are required to develop a system named “Hotel Reservation Systemâ€. The system to be developed is a program that can be used to manage everyday hotel operations. This system is to be used by hotels’ receptionist staff. The customer’s reservation holds a collection of entries; each recording a customer's name, ic number, address, occupation, gender, phone number, e-mail address, date of reservation, check-in date, check-out date, room number, room types, mode of payment (by cash or credit card: if the payment is made by credit card, entries such as a credit card number and type of the credit card[master/visa] are required to be filled in) and a total of the payment. The following requirements should be included in the system:

a) It must be possible to add a new reservation from a walk-in customer.

B) It must be possible to add an advanced reservation from a customer (by phone).

c) It must be possible to delete an existing reservation record.

d) It must be possible to sort the reservation record alphabetically by check-in date, or by room types.

e) It must be possible to display all the reservation records.

f) It must be possible to search an existing reservation record by key in name or ic number.

g) It must be possible to compute the total payment for each of the reservation.

h) It must be possible to compute the total amount of payment for all reservation records.

i) It must be possible to quit/terminate from the program.

j) The system to be developed must apply all the following concepts:

1. Graphical User Interface.

2. Inheritance or polymorphism.

3. Array of object OR List (contigous list/ linked list)

k) Additional marks will be given to those who applied the concept of file.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...