> For the complete documentation index, see [llms.txt](https://gyansetu-java.gitbook.io/core-java/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gyansetu-java.gitbook.io/core-java/polymorphism.md).

# 29) Polymorphism

The literal meaning of the word polymorphism is “many forms.”

The action eat has a different meaning for a fly and a lion. A fly may eat nectar, whereas a lion may eat an antelope. Reacting to the same action in one’s own unique manner in living beings can be compared to polymorphism in Java.
