Saved Bookmarks
| 1. |
EXPLAIN POLYMORPHISM?IN JAVA1K FLW ME 9 KM✌ |
|
Answer» Explanation: Polymorphism means "many forms", and it OCCURS when we have many classes that are RELATED to each other by inheritance. Like we specified in the PREVIOUS chapter; Inheritance lets us inherit attributes and METHODS from ANOTHER class. Polymorphism uses those methods to perform different tasks. |
|