If we changed the properties of an instance, what would happen to the class it was created from?

Nothing, only the instance would changeThe class properties would change as well

If we changed the properties of an instance, the class it was created from would be unchanged.