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 revisionPrevious revision
java:super_operator [2022/03/11 05:25] – [Πρόσβαση στα πεδία της γονικής κλάσης] gthanosjava:super_operator [2025/03/21 07:05] (current) – [Πρόσβαση στις μεθόδους της γονικής κλάσης] gthanos
Line 94: Line 94:
   int height;   int height;
    
-  public Rectangle(int initWidth, int initHeight) {+  public BasicRectangle(int initWidth, int initHeight) {
     width = initWidth;     width = initWidth;
     height = initHeight;     height = initHeight;
java/super_operator.txt · Last modified: 2025/03/21 07:05 by gthanos