//Encapsulation //So you can't change the values accidentally by setting it private, you can only read the value(get) and change it(set) through a gatekeeper(properties).