Pregunta de entrevista de YOOX NET-A-PORTER GROUP

Whats Polymorphism?

Respuesta de la entrevista

Anónimo

26 jul 2019

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.