-- how to add objects using an array car redCar = new Car("Red"); car Garage [] = new Car [100]; Garage[0] = redCar;