Movie Theater Booking System
Java based movie theater booking system. The program enables users to book specific seats at a number of different shows. The program takes full advantages of the OOP, Object-Oriented Programming by dividing code into smaller bids, classes controlling themselves. The graphic and logical part of the program are kept separate. This approach enables changes in the graphics without interfering with the core functions.
A more in depth description of every class can be found in the Javadoc documentation

