Prev
|
Index
|
Next
Key OO Concepts (Continued)
Polymorphism
Methods of the same name can do different things
Depends on which object the method was called upon
An Introduction To Python