On Fri, 2004-04-23 at 14:17, Larry Wall wrote:

> :     does Tree
> :             handles «bark»
> :     does Dog

> That works in the case of an explicitly named method, since that
> effectively makes .bark a method in the current class.  It would not
> work for a wildcard delegation though, unless Dog were specifically
> marked not to handle .bark.

That's fine.

I would expect wildcard delegation not to care about method conflicts at
all, since what's being done is, by its nature, much more dynamic
anyway.

-- 
Aaron Sherman <[EMAIL PROTECTED]>
Senior Systems Engineer and Toolsmith
"It's the sound of a satellite saying, 'get me down!'" -Shriekback


Reply via email to