...

/

Quiz Yourself on Polymorphism

Quiz Yourself on Polymorphism

Attempt the following quiz to test your understanding of polymorphism.

We'll cover the following...
Technical Quiz
1.

(True or False) In Java, all objects are polymorphic since any object will pass the “is-a” test for their own type and the Object class.

A.

True

B.

False


1 / 15