Computer Science, asked by purveshKolhe, 2 months ago

What is polymorphism in java programming? I don't want copy and Pa ste answers from go gle. I want explanation in simplified way...​

Answers

Answered by nandithan2006
4

Answer:

polymorphism is the representation of using a single function to carry out multiple or many tasks.

hope you understood

and thank you very much for giving me thanks

Answered by BrainlyProgrammer
6

Answer:

When a function is used for more than one purpose it is known as Polymorphism.

In other words, An object may be used for multiple operations. Using a function to carry multiple task is called Polymorphism.

Example:-

Let's take a real life example for better understanding...

Consider a term "cell". In biology, cell is a fundamental and functional part of the body while in Physics, it is a device that supplies current in the circuit. Cell is also referred to a small room. You might have heard about Adminstrative Cell, Examination Cell. Thus, here Cell is an example of polymorphism.

Similar questions