employer cover photo
employer logo
employer logo

Pixar Animation Studios

Is this your company?

Pixar Animation Studios interview question

What is polymorphism?

Interview Answers

Anonymous

Feb 3, 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

Anonymous

Feb 7, 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.