First page Back Continue Last page Overview Text

Notes:


(2 secs) You can have users subclass your class in order to override your methods, but that will not affect all instances of your class, and the user may want to affect instances they are not themselves creating.

The goal here is to allow users to override the methods you have defined, but still call super to get the default behavior, and have the overriding affect all instances of the class.