¿Esta es tu empresa?
Whats Polymorphism?
Anónimo
Polymorphism means taking many forms and its a programming pattern where an object can pass many IS-A tests thru a parent class reference referring to the child. I added the example of a Student being an instance of a father class Person.