Given:<br /> <img src="https://nimg.ppkao.com/2018-08/wenxueying/2018080115545457907.png?sign=227c78c1d667f7da47f0c7371e62b7e0&t=62d35894" /><br /> Which change can you make to Target without affecting Client?()
A、Line 4 of class Target can be changed to return i++;
B、Line 2 of class Target can be changed to private int i = 1;
C、Line 3 of class Target can be changed to private int addOne(){
D、Line 2 of class Target can be changed to private Integer i = 0;