Zeph180 / my-things

A console app that helps to keep a record of different types of things you own: books, music albums, movies, and games.
MIT License
0 stars 0 forks source link

Set up in the constructor method #13

Open Rudy-Menekam opened 1 year ago

Rudy-Menekam commented 1 year ago

All Item class properties visible in the diagram should be defined and set up in the constructor method. Exception: properties for the 1-to-many relationships should NOT be set in the constructor method. Instead, they should have a custom setter method created.