What is the difference between a class method and an instance method? Create a Line class using the coefficients a, b and c of the equation ax + by + c = 0 that represents the line as the class fields. Enforce the class invariant that either a or b is non-zero and c is either 0 or 1.