Dan Sugalski wrote:
> *) Property: A named thing attached to an object. Properties are
> global to the object and public--i.e. there's no implicit hiding,
> namespaces, or whatnot. There can be only one foo property on an
> object, for example
[...]
> The interpreter must handle class hierarchy stuff (parent class,
> interfaces inherited) so method caches can be invalidated as need be
> for class structure changes

What about property inheritance?

Jerome
-- 
[EMAIL PROTECTED]

Reply via email to