联系替换未练习,修正文字错误 (#264)

This commit is contained in:
lyb124553153
2016-06-27 15:38:22 +08:00
committed by 无闻
parent fcec2bfe4d
commit 0ed0d46af8

View File

@@ -582,7 +582,7 @@ func main() {
**练习 10.9** point_methods.go **练习 10.9** point_methods.go
`point.go` 开始(第 10.1 节的联系):使用方法来实现 `Abs()``Scale()`函数,`Point` 作为方法的接收者类型。也为 `Point3``Polar` 实现 `Abs()` 方法。完成了 `point.go` 中同样的事情,只是这次通过方法。 `point.go` 开始(第 10.1 节的练习):使用方法来实现 `Abs()``Scale()`函数,`Point` 作为方法的接收者类型。也为 `Point3``Polar` 实现 `Abs()` 方法。完成了 `point.go` 中同样的事情,只是这次通过方法。
**练习 10.10** inherit_methods.go **练习 10.10** inherit_methods.go