Re: Scala vs Objective-C
> The blog entry talks about things being defined at compile time, in
languages (like Java) that do method-dispatch using virtual method tables.
However, Java (and Scala) has something called 'late binding', which maybe
the writer overlooked.
Late binding is done using a virtual method table. Do you know what a virtual method table is?