Herrington Argyle wrote:What exactly would that look like?
Methods that override other methods look
exactly like the methods they override. -- Try saying that three times
That is, they have the same method signature (name and parameters). I'm a little rusty on this stuff so somebody may have to step in to correct me but if I recall correctly, you can access variables in the block/class that surrounds an inner class but the variables have to be marked
final which means the inner class can't change it.