Answer:
3. set , get
Explanation:
Accessor instance method are the properties of a class member variable. These methods are used to either get the values of the variable of the class or to set or initialize the member variable values of the class.Every member variable of the class should have these accessor instance methods ideally. These are of 2 types -