1.

What is Polymorphism in Java?

Answer»

It is one of the features of OBJECT-oriented programming that allows the developers to perform one action in different WAYS. Developers OFTEN USE POLYMORPHISM in referencing a parent class to a child class object.



Discussion

No Comment Found