Answers for "what is polymorphism in oops"

2

polymorphism in oop

here's a more formally written answer.

Polymorphism is the method in an object-oriented programming language
that performs different things as per the object's class, which calls it.

With Polymorphism, a message is sent to multiple class objects, and every
object responds appropriately according to the properties of the class.
Posted by: Guest on August-26-2021
1

what is polymorphism in oops

Polymorphism is the method in an object-oriented programming language that performs different things as per the object's class, which calls it. With Polymorphism, a message is sent to multiple class objects, and every object responds appropriately according to the properties of the class.
Posted by: Guest on June-21-2021

Code answers related to "what is polymorphism in oops"

Browse Popular Code Answers by Language