#CS-6203
Awesome StudentQuestion • Object Oriented Programming

The capability of a method to do different things based on the object that it is acting upon. In other words, it allows you define one interface and have multiple implementations.

Answer

Polymorphism