UPS interview question

Give an example of polymorphism in Java

Interview Answer

Anonymous

2 Jun 2021

The most common use of polymorphism in OOP occurs when a parent class reference is used to refer to a child class object