Chapter 10: Object Oriented Programming
Introduction
Classes and objects are the two main aspects of object oriented programming. A class creates a new type where objects are instances of the class.
The self
Classes
Object Methods
The __init__ method
Class And Object Variables
Inheritance