I\'m trying to get the hang of inheritance in Java and have learnt that when overriding methods (and hiding fields) in sub classes, they can still be accessed from the super
It is advised that further changes to the inherited class will not necessitate addition of the super qualifier and also prevent errors if missed.