[MC] Multiple Inhertiance

Jefferson M. Dubrule (Jefferson.M.Dubrule@dartmouth.edu)
Wed, 10 Apr 1996 14:20:41 PDT


--- Christopher Unkel wrote:
You'll also want a method to change the order of the parents (since this 
has an effect on the ranked_parents and on which verb will be called if 
multiple ancestors in different inheritance paths define the same verb.)
--- end of quoted material ---

Slightly non-intuitive, but if you add_parent a parent that is already on the
list, it will remove the parent and reinsert it at the end of the list.