We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a955c64 commit 0118be8Copy full SHA for 0118be8
1 file changed
docs/java/basis/java-basic-questions-01.md
@@ -977,6 +977,7 @@ public class SuperMan extends Hero{
977
}
978
979
public class SuperSuperMan extends SuperMan {
980
+ @Override
981
public String name() {
982
return "超级超级英雄";
983
0 commit comments