Apologies for the wording, I've been at this all day and I 1/2 don't know what I'm doing.
Line 44 of the source code in the link, I want to make an object array that contains references to object arrays rectangle/words/dates. When I try to reference the objects inside things[0]/things[1]/things[2], I get back addresses and that is it ( Such as System.out.println( things[0] ).
I'm pretty sure using the Object superclass is bad practice versus using the Driver object. I had difficulty declaring something like this: Driver [] rectangle = new MyMRects[10];
Thank you for your time!