Wipro interview question

What is Polymorphism and its types?

Interview Answer

Anonymous

16 Feb 2022

I said The word polymorphism means having many forms. In simple words, we can define polymorphism as the ability of a message to be displayed in more than one form. In Java polymorphism is mainly divided into two types: Compile-time Polymorphism Runtime Polymorphism