質問編集履歴
1
ソースコードにミスがあったため、編集
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,5 +32,6 @@
|
|
32
32
|
public static void main(String[] args) {
|
33
33
|
Parent mom = new Parent(100);
|
34
34
|
System.out.println(mom.property);
|
35
|
+
}
|
35
36
|
}
|
36
37
|
```
|