On Mon, 7 Oct 2002, chromatic wrote:
: On Wed, 02 Oct 2002 04:12:44 -0700, Michael G Schwern wrote:
: 
: > I like the "class Vehicle is interface" as a shorthand for declaring every
: > method of a class to be an interface.
: 
: Perhaps associating a property with a class can be shorthand for associating
: that property with every method of the class?

Not in general, since the class needs to be able to have properties
apart from from its methods, such as its parent classes.  But a
particular property such as "interface" could certainly be set up to
be distributive over the methods or attributes.

Larry

Reply via email to