So I have created an array of objects but I would like to display each object as a certain character. At the moment when I run my program, my array just looks something like this:
ObjectName@5ef3637 ObjectName@78863t6
ObjectName@764rb23 ObjectName@8b2d356
This includes a few different ojects. How can I make it so each object displays as a specific character?