37.4.2 Differential Inheritance

It is possible to be selective about what is inherited by using the method super/2. Its first argument is the super object, and its second is a list of the methods that will not be inherited from the super object.