Definitions for "Generic function"
a bag of specific functions known as methods
a CLOS object that is initially invoked in the same way as a standard Common Lisp function
an interface, or a dispatcher, that examines the type or class of its arguments and invokes the most appropriate method
Keywords:  object, applicable
an applicable object