This repository was archived by the owner on May 28, 2021. It is now read-only.
This repository was archived by the owner on May 28, 2021. It is now read-only.
Refactor with proper object inheritance #2
Open
Description
You've a good idea and most of the code is pretty decent, but it's not good practice to instantiate variables and methods using the static
modifier. I'd recommend learning how Java's inheritance works, and then refactoring the repository as needed. I can link some of Java's documentation regarding how to do so if you're interested.