The Program - KeeleAlex/HotelManager GitHub Wiki

The Program (Break Down)

Classes

  • Customer
    • Address
  • Room

Customer

Mostly Built with get methods. Set methods still need to be made.

Address

Still needs to be made. Just going to have the get and set methods in Customer class i think?.. will contain the main elements of an address house number/name to Postcode

Room

Bare, naked, empty, many words come to mind when describing the Room class, but what these descriptions all have in common... is describing something that hasn't been worked on yet, so we should do that.

GUI

Alex has made a small start on the GUI. Until someone says other wise or designs something using some kind of artistic talent, it's just going to be a grey form with input boxes where the user types in the information.