Define a class using the `class` keyword
Add an `__init__` method to initialize attributes
Create an instance by calling the class name with parentheses
Pass any required arguments to the class constructor
Assign the instance to a variable
Access object attributes using dot notation
Call object methods using dot notation
