« Return to Thread: Scala vs Objective-C

Re: Scala vs Objective-C

by Matthias Becker :: Rate this Message:

Reply to Author | View in Thread

> 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?

 « Return to Thread: Scala vs Objective-C