Hi folks, I think I'm running into an inheritance conceptual wall with my
Java arrays. I'm kind of new to
Java so please tell me if I have things upside down. In essence, I want to do three things:
Create a runnersArray with the attributes of my Runners class.
Fill my runnersArray using my
…