This commit is contained in:
2026-03-13 23:54:07 +08:00
parent 9c065bcae4
commit d0f8c44411
45 changed files with 3439 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
# Stage 06 - 面向对象
学习Go的接口、方法和组合。
## 练习列表
1. **01-interfaces** - 接口定义与实现
2. **02-methods** - 方法定义
3. **03-embedding** - 组合与类型断言