Lecture 18
14
JFile (easy part)
•private fields for
–String name Date createDate
–User owner Date modDate
•getters and setters as appropriate
•abstract getSize method since each child must provide its own implementation:
–number of JFiles in a Directory
–number of characters in a TextFile
•