[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

object-class?



On page 92 it says object-class is a generic function.  Does that mean a
user can or should redefine it for some class?

Is it correct to assume the following interpretation about how functional
objects are defined in the Documentation:

[Generic Function] methods can be added by user, unless it its sealed somehow.

[Function] implementation specfic.  It can't be altered in anyway since it
is read only.

[Method] similar to Function?