polymorphism


Polymorphism is when an identifier (such as a variable or object name) may denote objects of different classes that are related by some common superclass. Any object denoted by this name is able to respond to some common set of operations in different ways.


Course References:

Polymorphism