Class Precedence Lists
Class precedence list is list of superclasses
For single inheritance, ordering is obvious (most-specific first)
For multiple inheritance, class precedence list is computed according to local ordering constraints
When two classes offer competing traits, CLOS resolves the conflict with precedence