On Monday, the following topics were covered in lecture:
- Processing input/output
- Java input/output (the “behind-the-scenes” of Processing)
- the notion and key concepts behind the idea of inheritance
Here is a PDF of the slides that were presented.
Example code:
- Handling files in Processing (loadStrings, saveStringS): Files.pde, studentNames.txt (the file of student names read in by Files.pde)
- Handling files in Java (BufferedReader, PrintWriter): JavaStyleFiles.pde