employer cover photo
employer logo
employer logo

YOOX NET-A-PORTER GROUP

Part of Richemont

Is this your company?

YOOX NET-A-PORTER GROUP interview question

Whats Polymorphism?

Interview Answer

Anonymous

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.