Introduce Polymorphic Creation with Factory Method

Classes in a hierarchy implement a method similarly
except for an object creation step.

Make a single superclass version of the method that
calls a Factory Method to handle the instantiation.