What is a getter / a setter ?
A method allowing to access / modify the object's adress in memory
A method allowing to access a private method / modify its default argument
A method allowing to access / modify a private attribute from outside the class
A method allowing to access / modify a constant attribute