Computer Science, asked by lisha1335, 16 hours ago

What is polymorphism ?​

Answers

Answered by kushwahadps
2

Answer:

Polymorphism Definition: The term polymorphism is separately defined in four scientific disciplines: biology, genetics, biochemistry, and computer

Explanation:

GEEKSFORGEEKS

Polymorphism in Java

The word polymorphism means having many forms. In simple words, we can define polymorphism as the ability of a message to be displayed in more than one form.

Real-life Illustration: Polymorphism

A person at the same time can have different characteristics. Like a man at the same time is a father, a husband, an employee. So the same person possesses different behavior in different situations. This is called polymorphism.

Polymorphism is considered one of the important features of Object-Oriented Programming. Polymorphism allows us to perform a single action in different ways. In other words, polymorphism allows you to define one interface and have multiple implementations. The word “poly” means many and “morphs” means forms, So it means many forms

Answered by priya150377
2

Answer:

Polymorphism is the provision of a single interface to entities of different types or the use of a single symbol to represent multiple different types.

Similar questions