1. Getters and Setters #

Created Wednesday 08 January 2020

What are setters and getters? #

They are public functions created by us, which set the variables and return/print them to the outside(of the class)

Why use getters(accessers) and setters(mutators)? #