Polymorphism
Polymorphism lets different classes respond to the same method call in their own way, so one piece of code can work with many object types.
Polymorphism lets different classes respond to the same method call in their own way, so one piece of code can work with many object types.