What is the main benefit of Polymorphism?
Short Answer
Views 16
Answer:
Polymorphism allows the same method name to behave differently based on the object calling it.
Benefits:
-
Flexibility in code
-
Extensibility
-
Clean and maintainable programs
Example:
A method makeSound() behaves differently for Dog, Cat, and Cow.
Related Articles:
This section is dedicated exclusively to Questions & Answers. For an in-depth exploration of Java Programming Language, click the links and dive deeper into this subject.
Join Our telegram group to ask Questions
Click below button to join our groups.