Suppose we have a custom object MyObject. It has two fields: field1 is mutable and field2 is immutable. No additional restrictions are placed on these fields: we can access them from the outside of the class or reassign the field variables.
Select all correct statements about MyObject.