95.3k views
4 votes
What is Polymorphism in java programing?​

1 Answer

2 votes

Answer:

Polymorphism means "many forms".

Step-by-step 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.

User Daniel Chepenko
by
5.0k points