Skip to content

pareenakaur/SC2002Moblima

 
 

Repository files navigation

SC2002 Object Oriented Programming Assignment

We designed and developed a Console-based application (non-Graphical UI):

M0vie Booking and LIsting Management Application (MOBLIMA)

The main objective of this assignment is to:

  1. Apply the Object-Oriented (OO) Design concepts you have learnt in the course
  2. Model, design and develop a quality OO application fulfilling the project requirement
  3. Gain familiarity with using Java as an object oriented programming language
  4. Work collaboratively as a group to achieve a common goal

Assumptions:

  1. This application is for use by a single user and concurrent access is not considered
  2. For demonstration purposes, three cineplexes have been created
  3. The currency utilised is Singapore Dollar (SGD) and it is inclusive of Good and Services Tax (GST).
  4. A simplified login system has been created for use by cinema staff only
  5. Once the booking has been confirmed, the payment is always successful.
  6. No interfaces made with external systems, e.g. Payment, printer, etc.
  7. Discounted tickets for students and senior citizens can be purchased online without validation of their age. These will be verified at the entrance of the cinema.
  8. Public holidays do not extend beyond 1 day. In the case of a multi-day holiday, the name of the holiday will be the same for each day.

About

SC2002 Object Oriented Programming Assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 86.7%
  • Java 13.3%