Which statement is true about a mutator method?
It replaces the default constructor.
It returns mutated instance members.
It must be declared private.
It can be used to assign data to instance members.
Submit