Something went wrong
An error occurred, please try again later.
Copy for customer care: session ID undefined
Copy URL
Lesson 23.2 Operator Overloading
From Hannah Lee November 08, 2020
87 plays
87
Related Media
In this video we introduce the primary tool for abstraction in Python. Operator overloading allows us to define additional meanings for any built-in symbol such as + or *. Because Python uses the types involved to chose the right meaning of +, this will allow us to use the operators in expressions involving our classes.
- Tags
- Appears In
Link to Media Page
Loading
Loading…