Polymorphism
Term side of the Card
Topic: OOP
Unit title: Polymorphism
Categories: Concept
Explanation side of the Card
Explanation: The ability that allows objects of different types to be treated as instances of the same type. The actual method or behavior that is executed depends on the type of the object, providing flexibility in how methods are applied.