HCLTech Interview Question

What is the use of polymorphism in Java

Interview Answer

Anonymous

Apr 24, 2023

Polymorphism in Java makes it possible to write a method that can correctly process lots of different types of functionalities that have the same name. We can also gain consistency in our code by using polymorphism