This lesson shows the first step in Object Oriented Programming (OOP) which is the creation of a class. As you will discover, a class is nothing more than a blueprint of what an object (an individual Monster) will look like in terms of its properties and what it can do (called its methods).