Read a CSV file one line at a time and then within the loop parse each line into the Class fields and then store that Class Object into an array.
class Main{