Failure To Grasp Polymorphism
I've cataloged a third specific case of fundamental failures to understand polymorphism. The first two I've seen a fair number of times. The third seems to be more rare.
1. "How do I determine which subclass an object has?" The Identification problem.
2. "How do I morph an object to …
more ...