Sc209/dropdown menus
Compare changes
- Vriezen, E.C. (Emma) authored
Moved a method from abstractclass to the implementing class, because it is specific for the CSV output.
+ 20
− 7
@@ -13,6 +12,7 @@ class FileReader (ABC):
@@ -22,12 +22,7 @@ class FileReader (ABC):
@@ -81,6 +76,24 @@ class CSVReader(FileReader):