Polymorphic
* The capability of an object-oriented program to have several versions of the same method with the same name within a super class/subclass relationship
* The subclass method overrides the super class method
* When attributes or methods are defined more than once, the most specific one is used