[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: the forward method [dynamic vs. static typing]
On Nov 20, 2003, at 7:12 PM, Shriram Krishnamurthi wrote:
> Steve Dekorte wrote:
>> So we can't have the functionality of forward without serious problems
>> for ST?
>
> We can, and there will be no problems at all, serious or otherwise.
> Ken already explained why not.
I must have missed that. So when we call a method that is not
implemented in the receive and forward is called, how can we be sure
what the return type will be?
-- Steve