in reply to Re^2: Static typing is mostly a waste of time
in thread Static typing is mostly a waste of time

// the following line makes perfect sense to me, // but it causes a compiler error, I'm supposed to write: // Person p = (Person)it.next();


-- which says it all about the myph of "Java is more safe than C++, because... it doesn't have pointers"...:-))).