/inventory-management-system

A hierarchy of classes to fulfill the needs of a custom inventory system

Primary LanguageJava

Inventory Management System

Console application providing a hierarchy of classes to fulfill the needs of a custom inventory system

Coursework for CSCI 150


Project Specifications

  • Developed in Java
  • Data is persisted via file storage as objects of these classes
  • Products can be edited as an administrator or purchased as a general user
  • Utilizes a custom Linked List as a primary data structure
  • Developed during a course focused upon the concepts of object-oriented design