UPS interview question

Give an example of polymorphism in Java

Interview Answer

Anonymous

Jun 2, 2021

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