Computer Science, asked by keeru220, 7 months ago

What is polymorphism according to java...... Urgent plzz answer it fast​

Answers

Answered by Anonymous
1

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.

Similar questions