Subject: Re: How make an abstract class in CLOS? From: Erik Naggum <erik@naggum.no> Date: 2000/05/24 Newsgroups: comp.lang.lisp Message-ID: <3168170036820281@naggum.no> * Dan L. Pierson <dan@control.com> | Close, but not quite. An "abstract class" is closer to a protocol, | i.e. a set of cooperating methods, than it is to a single method. Huh? Obviously, you need more than one generic function if the abstract class defines more than one function that has to be implemented by the real classes. I'm not sure what you're arguing against, or possibly why you think this is non-obvious. #:Erik -- If this is not what you expected, please alter your expectations.