The Program Submitted Should Compile And Be Executed Without Errors:

COURSEWORK DESCRIPTION

This coursework requires students to identify a business domain for a car rental service. Construct a software solution using an object-oriented programming paradigm to support user registration, create and check bookings, handle car information, and send confirmation after each booking has been made. The target users of the system are admin and customers. The developed system should achieve the following requirements but not limited to:

  • System login record for authentication and authorization process.
  • Manage and update car information
  • Manage customer’s booking
  • Manage customer registration and booking
  • Manage payment collection
  • Check customer’s booking history
  • Generate analyzed reports for the company

With the aforementioned requirements, you are expected to analyze a business domain pertaining to a car rental service. All the information must be saved in text files. Apart from these, the general settings and data configuration as well as fundamental functions are included to facilitate the end users.

GENERAL REQUIREMENTS

  • The program submitted should compile and be executed without errors.
  • Validation for input should be done for each entry from the users to avoid logical errors.
  • The implementation code must highlight the use of object-oriented programming concepts as required by the solution.
  • Students should use text files for storing and retrieving data required for the system.
  • Not allowed to use any database tools like Access/oracle etc.