If we changed the properties of a class, what would happen to all of the instances created from that class?

All instances will have the same properties as the updated classNothing

If we changed the properties of a class, all instances will have the same properties as the updated class.