Congratulations! You now know how to use classes for object-oriented programming (OOP) in Python. Specifically, you can:
- Compose classes together
- Inherit and override behavior from other classes
- Creatively mix and match these approaches
With these skills to your name, you’re now ready to tackle creating complex systems and writing sleek, Pythonic code.
To reinforce what you’ve learned here, complete the quiz in the next lesson. Then, head over to Python Basics Exercises: Building Systems With Classes.
Then, keep growing your skill set as a programmer by continuing with the other Python Basics courses and getting yourself a copy of Python Basics: A Practical Introduction to Python 3.