Looking at the documentation, it might be worth adding something about access modifiers. Notably: * member variables are by default ```private``` * member methods are by default ```public``` * to make variables/methods private to a package use the ```internal``` modifier