c-grigsby / inventory-management-system

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Java 100.0%