回答編集履歴
1
誤記
answer
CHANGED
@@ -42,7 +42,4 @@
|
|
42
42
|
this.x = x; this.y = y; this.z = z;
|
43
43
|
}
|
44
44
|
}
|
45
|
-
```
|
45
|
+
```
|
46
|
-
|
47
|
-
|
48
|
-
リファレンスを見ればこれら2つのクラスの特徴(設計ポリシー)が違うことがわかってきますが、
|