Hi there. I'm trying to set a variable(e.g. seatcolor), that I generate in a class generateCar, in an object(e.g. seat) that itself is in another object(e.g. car).
The car object exists in an array with 200 cars. All filled with null.
The seat object has a setSeatColor() method and the car...