I've been trying to learn it also, but studying alone makes me get bored of it easily. Anyone interested in learning C++ in a group? it'll be so CACHE (lol, get it?)!
:(
Name:
Anonymous2008-06-06 16:31
>>103
Your “real-life example” didn't remove the need for method lookups. It will always be slower than not having them at all.
A language with dynamic methods has to be implemented with dynamic method resolution, i.e. “that way”.