This application is anothe assignment for a Java course in college. The objective is to create a basic inventory mangement system implementing the handling of adding/removing stock while doing so in with OOP (Object Oriented Programming).
This is to show competence as well as knowledge in setters, getters, instance variables, scope, constructors, and more. The code has three main files two of which are Blueprint classes the Category and Product class. The remaining class called InventoryManagment will be the client class where a Menu driven part of the application will be created.
If you would like to download this basic application then you can follow the gitclone directions at the top of the page. You can use this either in a IDE or a Terminal on personal computers.