Amdocs Interview Question

What are the different types of polymorphism with explanation in java?

Interview Answer

Anonymous

Feb 14, 2017

there are two types of ploymorphism in java - dynamic and static polymorphism.

1