Pointers to Subclasses
VERY IMPORTANT: A pointer to a class can also point to an instance of a subclass (infinitely far down the class hierarchy)
This lets you maintain a linked list of employees -- both managers and non-managers! That isn’t possible in C.