How can we assign class variables a value when the class instance is being constructed?
By adding them as a parameter in the init function and setting the variable equal to the parameter valueClass variables must be a fixed valueWe cannot access class variables
By adding them as a parameter in the init function and setting the variable equal to the parameter value.