Answer:
To change the value of private or protected members.
Explanation:
Mutator also known as setters are the member function or method in class that is used to set or change the value of private or protected members. Mutator does not return any values. They are very important in Object Oriented Programming.
Answer: Java Virtual Machine(JVM)
Explanation: In java,there is the process of the management of the memory by own self or automation , this is known as the garbage collection .The program in it compile to be executed by the java virtual machine(JVM).During this process , object get together in a sort of heap and then unnecessary object are detected which are of no use and delete them to make space for the memory . Therefore, garbage collection is carried out by java virtual machine(JVM).
The base class in the following statements is the vehicle class.
<h3>What is a base class?</h3>
A base class is also known as a parent class.
A parent class is the existing class from which the other classes are determined and properties are inherited.
The class car is the child class. The child class inherit the properties of the parent class or the base class.
Therefore, the base class is the vehicle class.
learn more on class here; brainly.com/question/14293976
#SPJ11
Please provide photos for your question.