Super

Super.member
references a member in the superclass of the class the current member is executed in. If the member is not found there, the search continues recursively in the superclass of the superclass.
Super[class]
returns an ordered list of the inheritance chain of class.
Super[parameters]
in a constructor references the constructor of the parent class.