I am trying to achieve Polymorphism whereby a specific method of the derived classed is called based on the instance passed to the function.
I\'m not sure if this is