Lecture 6
23
TextFile constructor
•
39, 40: Initialize owner and contents to
values passed as parameters (using
this
)
•
41: Set createDate field to refer to a new
Date object (Date class comes with Java)
•
42: Set modDate to be the same as
createDate