Help


from Wikipedia
« »  
* Common Lisp attempts to provide both reasonable default behavior and the ability to override it.
By default, the method with the most specific argument classes is chosen ; then in the order in which parent classes are named in the subclass definition.
However, the programmer can override this, by giving a specific method resolution order or stating a rule for combining methods.

2.294 seconds.