1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-08-14 05:21:42 +08:00

Merge pull request #1685 from liyananBest/main

Java对象改为Java类
This commit is contained in:
Guide 2022-04-12 21:05:27 +08:00 committed by GitHub
commit 616ec9846c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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