please format code with </> button * homework policy * asking questions
I am trying to add and save multiples tables in a single CSV file, I have a car class and every car class inherits its own table but when I stop the program and check my CSV file out, only the table of car 3 appears out of 4 cars …Is it because I add the third car later in the program after 20 seconds,
Regards