[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
object-class?
- To: info-dylan@cambridge.apple.com
- Subject: object-class?
- From: KAnderson@BBN.COM
- Date: Fri, 09 Oct 92 15:05:56 -0400
- Cc: Kanderson@BBN.COM
- Sender: kanderso@BBN.COM
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?