FAQ
Q) We learned about Polymorphism, but why didn't I notice anything polymorphic in the game code so far?
A) We will see polymorphism in action in the next chapter when we write a function that takes PlayerCharacter
as a parameter. We will see how we can pass both Bob and Thomas to this new function. It will work the same with both of them.