A class is a blueprint for an item. For example, if Dog is a class then a Labrador is an object or instance of that class. We can group together all functions and variables common to dogs within the Dog
class as such.
Now that we have created the class let's see how we can create an instance of it.