archive
/
product-list
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Jake Howard ac25357c68 Added base class for inheritance 2016-05-06 10:12:39 +01:00
Properties Init project 2016-04-15 10:21:58 +01:00
.gitignore Init project 2016-04-15 10:21:58 +01:00
Base.cs Added base class for inheritance 2016-05-06 10:12:39 +01:00
Product.cs Added base class for inheritance 2016-05-06 10:12:39 +01:00
Program.cs Store product list under product 2016-04-15 15:27:33 +01:00
README.md Update readme 2016-04-15 15:40:04 +01:00
Storage.cs Store product list under product 2016-04-15 15:27:33 +01:00
UI.cs Store product list under product 2016-04-15 15:27:33 +01:00
packages.config Init project 2016-04-15 10:21:58 +01:00
product-list.csproj Added base class for inheritance 2016-05-06 10:12:39 +01:00
product-list.sln Init project 2016-04-15 10:21:58 +01:00

README.md

product-list

Simple product storage system for unit 312 of my apprenticeship

Wait, what's this for?!

I created this really simple program for my apprenticeship, and the section about OOP.

We had to make a program with multiple objects, that saved data to the file system. So I chose to do this product management CLI.

I decided to write the system using C#, because I hadnt written anything in C# for a while, and never using Mono, so I thought i'd give it a shot!