My project consists in registering invoices of transportation made by trucks.
I have two users class (employe and executive), one for invoice, one for client one for truck (who has two types of trucks) one for interface (reads input from users) and another one for system (loads information from files).
My question is where to define the vectors/lists and how to acess them.