- 1
Classes and Objects Getters and Setters
class A { private int x; public ____ getX() { return ____ ; } public ___ setX(int x) { this.x = x; } } Help me on this Question
1 Odpowiedź
0
int, x, void, in that order from top.
in case you completed a challenge, you can go to the result on the mobile app and look into the solutions.