identifier 'class' can never be instantiated; user-defined constructor is required
The class cannot be properly initialized because a constructor cannot be created for the class. Define a constructor.