Lecture 6
9
Modeling text files
•TextFile object models a text file in a computer (Windows, Unix, …)
•Design
•Public interface (API)
•Unit test
•Private implementation 
•Declarations
•Getters and setters
•