Computer Science, asked by prajaktarj1197, 9 months ago

The ability of function or operator to act in different ways on different data types is called _____

Answers

Answered by shuklavaibhav9212019
1

Answer:

polymorphism

Explanation:

It is actually the ability for a message / data to be processed in more than one form. The word polymorphism indicates many-forms. So if a single entity takes more than one form, it is known as polymorphism.

Answered by kavyapsynergy
0

The ability of function or operator to act in different ways on different data types is called Polymorphism

Polymorphism

  • Polymorphism is the approach of achieving the same action in multiple ways.
  • Polymorphism means "many forms," which occurs when there are several classes that are connected via inheritance. We can inherit properties and methods from another class using inheritance.
  • Polymorphism uses these techniques for a variety of purposes. This enables us to carry out a single activity in a variety of ways.

Similar questions