- This event has passed.
7 PM – Python OOP – Sebastian
March 6 @ 7:00 pm - 8:00 pm
Today We Did
- First reviewed what 2 things all classes have, so that we really can understand what it means to inherit a class:
- Methods (functions inside of classes)
- Attributes (variables shared between methods)
- Learned that inheritance is when a child class inherits every method from a parent class
- Learned how child classes can override methods from a parent class to become unique, and have special method behavior
- AYC Logic’s observed holidays: https://www.ayclogic.com/observed-holidays/
- In case you need anything, feel free to email me at sebastian@ayclogic.com
Homework
- Please submit your homework to the corresponding project’s folder in your Google Drive, and name the file MAR6_inheritance_hw.py
- Homework: Copy code from pages 168 – 170