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

TableView, UnaryFn



In an object oriented system, the message protocols are the prime
determiner of Types.  If you need to create a bunch of classes with a
message protocol (set of member functions) identical to another type
(and the few extraneous toher semantics are the same) then use the
original Type.  Is there any reason not to in this case?

dean