1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

Java对象改为Java类

This commit is contained in:
liyanan 2022-04-12 14:55:25 +08:00
parent e9dd66b14f
commit 299893a615

View File

@ -211,7 +211,7 @@ System.out.println(person1.getAddress() == person1Copy.getAddress());
![](./images/shallow&deep-copy.png)
## Java 常见对象
## Java 常见
### Object