Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CyC2018 committed Apr 18, 2021
1 parent 1b0c341 commit a8c5a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/Java 基础.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ public abstract class A {
}
```

只能访问所属类的静态字段和静态方法方法中不能有 this super 关键字因此这两个关键字与具体对象关联
只能访问所属类的静态字段和静态方法方法中不能有 this super 关键字因为这两个关键字与具体对象关联

```java
public class A {
Expand Down

0 comments on commit a8c5a57

Please sign in to comment.