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
-