Author | Message |
---|---|
jgarci35
Posts: 8
|
Posted 19:14 Oct 16, 2019 |
So I'm struggling to figure out what to do. As your instructions mention not to create any parameters but DataBase isn't a sub class. I tried a few ways and recalling back with the Computer and Inventory Class as well as your examples but can't figure out any solution to it.
Edit: I think I may have gotten it however still not confident it's correct. Seems to be working Last edited by jgarci35 at
20:01 Oct 16, 2019.
|
kknaur
Posts: 540
|
Posted 20:11 Oct 16, 2019 |
Database is a subclass of ArrayList<Person>. |