9.6 Polymorphism
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
| Term | Definition |
|---|---|
| Polymorphism | An object can take on different forms depending on its implementation. Java can call the correct method even when an object is disguised as a more generic reference type |