- This event has passed.
5:00 PM – Python OOP – Juan
September 25, 2023 @ 5:00 pm - 6:00 pm
Today We Did
- Reviewed last week’s homework
- Review __init__ method
- Review class attributes
- Review how create new instance of a Dog class. Create several instances of Dog class.
- Review how to use Dog’s attribute outside the class.
- Review how to use Dog’s methods outside the class.
Homework
- Name your file Oct2_OOP_HW1.py and do:
- Pg. 162 – Try it Yourself
Pg. 163 – 166 copy code & run it
Pg. 167 – Try it Yourself