Question d’entretien chez Antra

What is Polymorphism?

Réponses aux questions d'entretien

Utilisateur anonyme

18 janv. 2017

When one task is performed by different ways is known as Polymorphism . It is achieved by method overloading and overriding in Java . Example : It can be to speak something Ex. Cat says meow , Dog bark woof.

Utilisateur anonyme

18 janv. 2017

When one task is performed by different ways is known as Polymorphism . It is achieved by method overloading and overriding in Java . Example : It can be to speak something Ex. Cat says meow , Dog bark woof.