Quiz Yourself on Polymorphism
Attempt the following quiz to test your understanding of polymorphism.
We'll cover the following...
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
Question 1 of 150 attempted