Polymorphism Adapts to Context
01
Concept Basics
Key Concept
One Name, Many Forms
- Polymorphism comes from Greek words meaning 'many forms.'
- It lets one command work differently for different items.
- It focuses on 'what' to do rather than 'how' to do it.
1 / 6
