Devices World interview question

Elaborate Polymorphism using Java code.

Interview Answer

Anonymous

Jul 28, 2022

Create classes that extend from the superclass and change the method output of the superclass. Create each instance of the subclass and execute each method. (Write on Paper)