User Tools

Site Tools


java:super_operator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
java:super_operator [2021/03/05 19:13]
127.0.0.1 external edit
java:super_operator [2022/03/11 05:23]
gthanos [Πρόσβαση στις μεθόδους της γονικής κλάσης]
Line 124: Line 124:
   }   }
      
-  public int getPerimeter() { +  public int area() { 
-    return 2*(width+height);+    return width*height;
   }   }
 } }
java/super_operator.txt · Last modified: 2022/03/11 05:25 by gthanos