We continue to practice programming. After the eighth chapter in the book: Michael Dawson “Programming in Python”, 2014 (Michael Dawson “Python Programming for the Absolute Beginner”, 3rd Edition), where I learned the principles of OOP and program objects / classes, it’s time to move on to practice. Let’s do our homework together!
A Brief Summary of OOP in Python
A program object is a formal representation of a real object in a programming language. Objects are created based on classes.
Читать