Attributes
August 3, 2022 ยท View on GitHub
Objectives
- Explain class attributes vs. instance attributes
- True or False? not every object in Python has attributes
- True or False? An attribute doesn't exist on the variable, but rather on the object that the variable refers to