With arrays, why is it the case that a[5] == 5[a]?
As Joel points out in Stack Overflow podcast #34, in C Programming Language (aka: K & R), there is mention of this property of arrays in C: a[5] == 5[a]
Iterating over array of polymorphic objects
Consider the following code:
Iterating over array of polimorphic objects
Consider the following code: