// "Create getter and setter for 's'" "false" class A { private T s; T getS() { return s; } void setS(T s) { this.s = s; } }