- This event has passed.
5 PM – Python OOP – Bill
August 2, 2022 @ 5:00 pm - 6:00 pm
Today We:
- Continued the Monster System project
- Learned about inheritence
- Learned how to create a class that inherits from another class
- Created the dragon class
Your HW:
- Create the following new files:
- Troll.py
- Golem.py
- Create new classes for the 2 files that both inherit from the monster class like we did for the dragon class