Parameter of method can be polymorphic
If parameter of method is an object of superclass, then
We can send an object of superclass or subclass to this method.
In the method, when we use the superclass’s object, the program will know the subclass’s object automatically.