Lecture 16
Inheritance
class
Directory - fields and methods just for Directory (TreeMap
jfiles, add and retrieve JFiles, ...)
class
TextFile - fields and methods just for TextFile (String
contents, append …)
class JFile - fields and methods needed by all
child classes (deal with owner and Dates), abstract getSize
method
class
Object