HCLTech interview question

What is the use of polymorphism in Java

Interview Answer

Anonymous

24 Apr 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