If I create an array of objects and I want to print the array is possible to give him a String value as representation in the array?
Example:
If I create a 2D array [7][7] and I put an object called Car in position [1][5] when I print the array is possible to give a String value of "Toyota" in the array? I want that the object appear in the array as a Toyota