The following methods are "universal", i.e. they are defined locally, if
appropriate, for every object:
super(?Object,?NotInheritList)
Object is a parent (a super-object) of Self.
NotInheritList specifies methods of Object explicitly not
inherited by Self. The definition super(Object) is
translated to super(Object,[]).
attributes(+Attributes)
Attributes is a list of compound terms specifying the
local attributes of Self and the initial values.