Computer Science, asked by DemonHear, 3 days ago

What is polymorphism???​

Answers

Answered by kavitha2057
0

Answer:

Polymorphism is the ability of a programming language to present the same interface for several different underlying data types. Polymorphism is the ability of different objects to respond in a unique way to the same message.

Answered by Ᏸυէէєɾϝɭყ
16

Answer:

  • Polymorphism is the ability of an object to take on multiple forms.
  • Most commonly polymorphism is used in OOP when a parent class reference is used to refer to a child class object.

Similar questions