On Mon, May 19, 2008 at 1:33 PM, Peter Duniho <[EMAIL PROTECTED]> wrote: > Maybe I'm misinformed about how message-dispatching in Objective-C works. > But AFAIK, it's nothing like the direct invocation and v-table mechanisms > that exist in C# and Java. It's the exact opposite of "similar".
You're misinformed about how message-dispatching in Objective-C works. It's very analogous to a v-table in c++ and related languages; I believe there's just a touch more run-time information stored in the table. -- - David T. Wilson [EMAIL PROTECTED] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
