Help for this page
private int foo; public int getFoo() { ... public void setFoo(int foo) { this.foo=foo; }
Here the methods have meaning to the object ... and we aren't really OO thing.setX(thing.getX()+1,thing.getY()-1)