The constructor of class Point has a wrong variables initialization method. Where it is: x = x; And it is supposed to be: this.x = x; Steps to reproduce: N/A Actual outcome: N/A Expected output: N/A
Created attachment 74 [details] The image indicates the wrong initialization of variables in the constructer.