|
il y a 2 ans | |
---|---|---|
AllDrawersOfTypeFullException.java | il y a 2 ans | |
Clothes.java | il y a 2 ans | |
ClothesTypeMismatchException.java | il y a 2 ans | |
Color.java | il y a 2 ans | |
Drawer.java | il y a 2 ans | |
Dresser.java | il y a 2 ans | |
Main.java | il y a 2 ans | |
Pajamas.java | il y a 2 ans | |
Pants.java | il y a 2 ans | |
README.md | il y a 2 ans | |
Shirt.java | il y a 2 ans | |
Shorts.java | il y a 2 ans | |
Socks.java | il y a 2 ans | |
Underwear.java | il y a 2 ans |
This project was initially created by me in August 2016, when I was teaching myself about OOP concepts. I created this project to demosntrate to myself how classes could be used to represent real life objects. There are a number of things I did that aren't considered good practice, but I'm leaving this as is to benchmark my progress as a programmer.