Explain polymorphism, inheritance, etc...
Anonym
Polymorphism: When an instance of a class can be said to pass an "Is A" or "Instance Of" test for multiple classes, usually a child and their parent classes, it is said to be polymorphic. Inheritance: Child classes inherit methods/functions and properties from their parent class(es)