Operator overloading is not the only important abstraction tool. In this video we introduce the concept of class methods, which are necessary to add new constructors to a class. These new constructors will allow users to create objects without knowing complicated details like what values to initialize each attribute.