On Thu, Oct 03, 2002 at 05:14:22PM -0400, Michael G Schwern wrote:
> On Thu, Oct 03, 2002 at 03:45:33PM -0500, Allison Randal wrote:
> > On Thu, Oct 03, 2002 at 03:00:21PM -0400, Michael G Schwern wrote:
> > > On Thu, Oct 03, 2002 at 02:46:38PM -0400, Michael G Schwern wrote:
> > > >     class ATV is Car, interface {
> > > 
> > > Hmmm.  That should probably be
> > > 
> > >       class ATV isa Car is interface {
> > 
> > That's:
> > 
> >         class ATV is Car is interface {
> 
> Wouldn't this mean that class names and property names will inevitably
> clash, so you can't have a class and a property with the same name?

Yes. But if properties are classes (the generally favored solution, at
least until Zurich), that's to be expected.

So far, classes are uppercase and properties are lowercase, but that's
convention, not law.

Allison

Reply via email to