employer cover photo
employer logo
employer logo

Pixar Animation Studios

Est-ce votre entreprise ?

Question d’entretien chez Pixar Animation Studios

What is polymorphism?

Réponses aux questions d'entretien

Utilisateur anonyme

3 févr. 2010

And abstract function that is able to take different datatypes. I used an example of creating a Shape class and requiring it to do different operations on different shapes such as triangles and rectangles.

3

Utilisateur anonyme

7 févr. 2016

There're lot of types of polymorphism, the main two groups go under universal and ad-hoc polymorphisms. Further division goes under inclusion, parametric, overloading and coercion.