First page Back Continue Last page Overview Text

Notes:


(2 secs) Consider the standard way of adding class and instance methods to an class.

For most classes, this is perfectly fine, but it is not the most extensible way to add the methods to the class.

The problem with this way is that it is difficult for someone to override one of the class or instance methods you defined and call super to get the default behavior.