Computer Science, asked by aryan4025, 9 months ago

Explain Polymorphism in java.​

Answers

Answered by Anonymous
9

Answer:

Polymorphism is the ability of an object to take on many forms. The most common use of polymorphism in OOP occurs when a parent class reference is used to refer to a child class object. Any Java object that can pass more than one IS-A test is considered to be polymorphic

Mark as brainliest

Answered by priya9531
8

ello buddy!!

Polymorphism in Java is a concept by which we can perform a single action in different ways. ... So polymorphism means many forms. There are two types of polymorphism in Java: compile-time polymorphism and runtime polymorphism. We can perform polymorphism in java by method overloading and method overriding.

hope this helps..

mark it as brainliest..

follow me..❤️

Similar questions