Classes Create a SavingsAccount Subclass

Learning objective: By the end of this lesson, students will be able to create a sub class and instantiate objects from it.

🎓 You Do

Create a SavingsAccount Class

Looking for even more practice building an object hierarchy in Python? Great!

Extend the BankAccount Class

Create a SavingsAccount Class